Current location datasource not updating?

728
0
12-23-2013 03:37 PM
JonathanAng
New Contributor
Hi i am using the below code to display current location on the map. I notice that the current location does not seem to be updating my new location. I would like to make it sure that the location indicator would update the pointer when i move around places. It is something that i miss out. Sorry new to ios development

  [self.mapView.locationDisplay startDataSource];
     self.mapView.locationDisplay.autoPanMode = AGSLocationDisplayAutoPanModeCompassNavigation;
 
0 Kudos
0 Replies