我使用以下代码在我的应用中使用原生地图作为路线:
[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
文档中,所以我不确定它是否可能。