Commit a6d4088d authored by codingman's avatar codingman

去掉相应的title

parent b3bb3058
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
coords[i] = coordinates[i].coordinate; coords[i] = coordinates[i].coordinate;
} }
_annotation.coordinate = coords[0]; _annotation.coordinate = coords[0];
_annotation.title = @"I can fly!"; //_annotation.title = @"I can fly!";
if(_annotationView != nil) { if(_annotationView != nil) {
[_annotation addMoveAnimationWithKeyCoordinates:coords count:coordinates.count-1 withDuration:_duration withName:nil completeCallback:^(BOOL isFinished) { [_annotation addMoveAnimationWithKeyCoordinates:coords count:coordinates.count-1 withDuration:_duration withName:nil completeCallback:^(BOOL isFinished) {
......
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