Commit 2902f9e4 authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 93d0f77a
...@@ -576,7 +576,7 @@ ...@@ -576,7 +576,7 @@
_selfMarker = [GMSMarker markerWithPosition:position]; _selfMarker = [GMSMarker markerWithPosition:position];
// _selfMarker.appearAnimation = kGMSMarkerAnimationPop; // _selfMarker.appearAnimation = kGMSMarkerAnimationPop;
// _selfMarker.icon = [GMSMarker markerImageWithColor:[UIColor blackColor]]; // _selfMarker.icon = [GMSMarker markerImageWithColor:[UIColor blackColor]];
_selfMarker.icon = [UIImage imageNamed:@"map_track_srart_end_icon"]; _selfMarker.icon = [UIImage imageNamed:@"userPosition"];
_selfMarker.tracksInfoWindowChanges = YES; _selfMarker.tracksInfoWindowChanges = YES;
_selfMarker.title = @"Me"; _selfMarker.title = @"Me";
_selfMarker.snippet = @"WTF"; _selfMarker.snippet = @"WTF";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment