Select to view content in your preferred language

Error While going to Current Location

645
1
08-05-2012 10:35 PM
KhurramWaqas
Emerging Contributor
Hy I am using iOS Runtime SDK in my app. I am facing strange behavior of my app, When I go to Current Location then it does not show the current location and shows following errors in Output:

2012-08-06 10:58:00.970 AlMurshid[5154:5733] Error happened for tile 7/26143/21251
2012-08-06 10:58:01.892 AlMurshid[5154:5733] Error happened for tile 7/26213/21251
2012-08-06 10:58:01.894 AlMurshid[5154:5733] Error happened for tile 7/26212/21251


My code on GoToCurrentLoc button click is as:

[self.mapView.gps stop];
 self.mapView.gps.autoPan = AGSGPSAutoPanModeDefault;
 self.mapView.gps.wanderExtentFactor = 0.75; //75% of the map's viewable extent
 [self.mapView.gps start];


The same code was working fine a month before. please Guide me what's going wrong in it?
0 Kudos
1 Reply
NimeshJarecha
Esri Regular Contributor
The errors you see in the debug window are for fetching the tiles. Also, you are not able to see the GPS symbol. These indicates that there is a network issue. Check your wi-fi/3g connectivity.

Regards,
Nimesh
0 Kudos