Listening to the state of GPS's AGSGPSAutoPanMode

433
2
Jump to solution
03-24-2013 05:39 PM
TangWorawitphinyo
New Contributor II
Hi there,

Just wondering if there is a delegate or default notification that get called
when the state of AGSGPSAutoPanMode is changed.

Example -> I'd like to know when user switch from Compass Navigation mode to default mode or
when the navigation is turn off.


Thank you very much,
Tang
0 Kudos
1 Solution

Accepted Solutions
NimeshJarecha
Esri Regular Contributor
You should set an observer on autoPanMode property of AGSLocationDisplay.

Regards,
Nimesh

View solution in original post

0 Kudos
2 Replies
NimeshJarecha
Esri Regular Contributor
You should set an observer on autoPanMode property of AGSLocationDisplay.

Regards,
Nimesh
0 Kudos
TangWorawitphinyo
New Contributor II
You should set an observer on autoPanMode property of AGSLocationDisplay.

Regards,
Nimesh


Aha, thank you very much. Didn't realized I could do that.


Cheers,
Tang
0 Kudos