How to know the zoom level ?

Hi

At the event OnZoomChanged, how to know the new zoom level ?
I checked on the AEventData property, but I didn't see anything about the zoom.
regards
olivier

You need to call TMSFNCMaps1.GetZoomLevel which will trigger (asynchronously) the OnGetZoomLevel event.

Thanks you, it works :+1: