o Added the user location to the MarkerMurder sample
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -168,6 +168,7 @@ | @@ -168,6 +168,7 @@ | ||
168 | 168 | ||
169 | [mapView setZoom:10.0]; | 169 | [mapView setZoom:10.0]; |
170 | [mapView setCenterCoordinate:center animated:NO]; | 170 | [mapView setCenterCoordinate:center animated:NO]; |
171 | + mapView.showsUserLocation = YES; | ||
171 | 172 | ||
172 | [self updateInfo]; | 173 | [self updateInfo]; |
173 | [self performSelector:@selector(addMarkers) withObject:nil afterDelay:0.5]; | 174 | [self performSelector:@selector(addMarkers) withObject:nil afterDelay:0.5]; |
-
Please register or login to post a comment