回复Native Apple Maps的方法

时间:2015-02-16 14:38:15

标签: ios apple-maps

我使用以下代码在我的应用中使用原生地图作为路线:

 [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]]];

是否有回拨方案可以返回应用程序?与Googles comgooglemaps-x-callback类似。它似乎不在Apple文档中,所以我不确定它是否可能。

1 个答案:

答案 0 :(得分:1)

不,Apple Maps没有返回调用应用程序的方案。 Google使用了Apple地图不支持的x-callback-url