【发布时间】:2017-04-12 08:08:58
【问题描述】:
有没有办法在 iOS 上使用 Google Maps URL Scheme 多次停靠启动 Google 地图应用?
【问题讨论】:
标签: ios swift google-maps google-maps-sdk-ios ios-universal-links
有没有办法在 iOS 上使用 Google Maps URL Scheme 多次停靠启动 Google 地图应用?
【问题讨论】:
标签: ios swift google-maps google-maps-sdk-ios ios-universal-links
我们需要为每个位置附加to: 参数。 url方案如下:
从您当前的位置
comgooglemaps://?daddr=Lat,Lon+to:Lat,Lon+to:Lat,Lon+to:...
如果你有源位置
comgooglemaps://?saddr=Lat,Lon&daddr=Lat,Lon+to:Lat,Lon+to:Lat,Lon+to:...
【讨论】: