gpt4 book ai didi

ios - Native Apple Maps的回调方法

转载 作者:行者123 更新时间:2023-11-29 02:17:53 25 4
gpt4 key购买 nike

我使用 native map 在我的应用程序中使用以下代码来获取方向:

 [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 文档中,所以我不确定它是否可能。

最佳答案

不,Apple Maps 没有返回调用应用程序的方案。谷歌使用 x-callback-url ,Apple map 不支持。

关于ios - Native Apple Maps的回调方法,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28543806/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com