Solved! Go to Solution.
[self.mapView.locationDisplay startDataSource]; self.mapView.locationDisplay.autoPanMode = AGSLocationDisplayAutoPanModeOff;
When you start data source, and if your auto pan mode is anything other than AGSLocationDisplayAutoPanModeOff, the map would zoom to your current location. If you want to zoom to a different area, turn off location display's auto pan mode.[self.mapView.locationDisplay startDataSource]; self.mapView.locationDisplay.autoPanMode = AGSLocationDisplayAutoPanModeOff;
More information on auto pan modes here
Hope this helps! I encourage you to try our latest releases 10.2.3 or 10.2.2 to take advantage of all the new capabilties