以下代码在正确的位置打开地图应用并使用缩放,但是如何让地图在该位置放置一个引脚?
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:
[NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f&z=%d",
self.latitude,
self.longitude,
17]] ];
答案 0 :(得分:1)