Authored by Thomas Rasch

o Added the user location to the MarkerMurder sample

@@ -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];