How to know when panning on map stops in Arcgis Runtime IOS Sdk 100.9 ?

566
1
10-05-2020 03:25 AM
VipinThazhissery
New Contributor

In the 10.x version of Arcgis Runtime IOS Sdk there were two notifications which will notify when zooming or panning ends. But in the 100.x version i haven't  found any option to identify the end of user panning in map . I have to do some tasks when the map movement is complete. Is there any way we can identify the ending of panning ?

Tags (3)
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor

Hi Vipin,

You can observer the AGSGeoView's navigating property using KVO (Key-Value Observing) to know when it changes.

Hope this helps!

Regards,

Nimesh