LuciadCPillar C# 2023.1.04
Luciad.Maps.IMapObserver Interface Reference

Interface for observing the Map. More...

Public Member Functions

void OnMapChanged (Luciad.Maps.MapEvent mapEvent)
 This method is called whenever a property of the map has changed. More...
 

Detailed Description

Interface for observing the Map.

2023.1

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMapObserver.

Member Function Documentation

◆ OnMapChanged()

void Luciad.Maps.IMapObserver.OnMapChanged ( Luciad.Maps.MapEvent  mapEvent)

This method is called whenever a property of the map has changed.

mapEvent

the event describing the change.

Warning
C# documentation translation is incomplete. You can find more information in the C++ documentation for luciad::IMapObserver::onMapChanged.