Commit 075fbe3a authored by lmj_521aiau@163.com's avatar lmj_521aiau@163.com

no message

parent 51202f14
...@@ -636,14 +636,14 @@ ...@@ -636,14 +636,14 @@
_startMarker.map = nil; _startMarker.map = nil;
_startMarker = [GMSMarker markerWithPosition:startCoordinate]; _startMarker = [GMSMarker markerWithPosition:startCoordinate];
_startMarker.appearAnimation = kGMSMarkerAnimationPop; _startMarker.appearAnimation = kGMSMarkerAnimationPop;
_startMarker.icon = [UIImage imageNamed:@"map_track_start_icon"]; _startMarker.icon = [UIImage imageNamed:@"map_track_srart_end_icon"];
_startMarker.title = @"start"; _startMarker.title = @"start";
_startMarker.map = _GGMapView; _startMarker.map = _GGMapView;
_endMarker.map = nil; _endMarker.map = nil;
_endMarker = [GMSMarker markerWithPosition:endCoordinate]; _endMarker = [GMSMarker markerWithPosition:endCoordinate];
_endMarker.appearAnimation = kGMSMarkerAnimationPop; _endMarker.appearAnimation = kGMSMarkerAnimationPop;
_endMarker.icon = [UIImage imageNamed:@"map_track_end_icon"]; _endMarker.icon = [UIImage imageNamed:@"map_track_srart_end_icon"];
_endMarker.title = @"end"; _endMarker.title = @"end";
_endMarker.map = _GGMapView; _endMarker.map = _GGMapView;
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<string></string> <string></string>
<key>CFBundleURLSchemes</key> <key>CFBundleURLSchemes</key>
<array> <array>
<string>fb8538338896732</string> <string>fb288538338896732</string>
</array> </array>
</dict> </dict>
<dict> <dict>
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string> <string>$(CURRENT_PROJECT_VERSION)</string>
<key>FacebookAppID</key> <key>FacebookAppID</key>
<string>8538338896732</string> <string>288538338896732</string>
<key>FacebookDisplayName</key> <key>FacebookDisplayName</key>
<string>$(PRODUCT_NAME)</string> <string>$(PRODUCT_NAME)</string>
<key>LSApplicationQueriesSchemes</key> <key>LSApplicationQueriesSchemes</key>
......
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