如何让地图掉落一针 - iOS 5

时间:2012-09-06 20:42:38

标签: ios google-maps

以下代码在正确的位置打开地图应用并使用缩放,但是如何让地图在该位置放置一个引脚?

    [[UIApplication sharedApplication] openURL: [NSURL URLWithString:
                                             [NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f&z=%d",
                                              self.latitude,
                                              self.longitude,
                                              17]] ];

1 个答案:

答案 0 :(得分:1)