以下代码以正确的位置和正确的缩放打开地图应用程序,但是如何让地图在该确切位置放置一个图钉?
[[UIApplication sharedApplication] openURL: [NSURL URLWithString:
[NSString stringWithFormat:@"http://maps.google.com/maps?ll=%f,%f&z=%d",
self.latitude,
self.longitude,
17]] ];