LuciadCPillar C# 2024.0.05
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.

Since
2023.1

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.

Parameters
mapEventthe event describing the change.