【发布时间】:2015-02-16 14:38:15
【问题描述】:
我使用本机地图在我的应用程序中使用以下代码获取路线:
[NSURL URLWithString:[NSString stringWithFormat:@"http://maps.apple.com/?saddr=%f,%f&daddr=%f,%f",self.mapView.userLocation.coordinate.latitude,self.mapView.userLocation.coordinate.longitude, self.data.lat,self.data.long]]];
是否有回调方案返回到应用程序?类似于Googlescomgooglemaps-x-callback。它似乎不在Apple 文档中,所以我不确定它是否可能。
【问题讨论】:
标签: ios apple-maps