Hi,
Is there a map event to be hooked onto, that allows the app to detect whether the user zooms or pans the map ?
I’ve tried to hook onto CurrentExtentChanged, but that also fires when the position is set programmatically (e.g. by the GPS).
Cheers
Lars
Detecting if the user moves (zooms or pans) the map?
And e.g. OnDragEvent fails because it’s a “method group” (whatever that is).
Hi Lars,
We don’t have the event to detect whether user zooms or pans the map, it’s different to our map events.
We will discuss about adding the event to our list.
Regards,
Android support
Hi Lars,
For now we don’t have map event to detect whether user zooms or pans the map.
We need some time to discuss about whether we need to add this event, because if we added it, the API will be different from the map events of our other products.
Attached is the workaround we found to implement that.
Regards,
Android support
DetectingZoomPanSample.zip (11.7 KB)