相同的参数为苹果地图和谷歌地图API?(Same parameters for Apple Maps

2019-08-05 15:15发布

在iOS 6设备,如iPhone和iPad,以及最新的Mac的,一个链接maps.apple.com/maps?q=cupertino在苹果的原生地图应用被打开。

在非Mac电脑和其他设备,它会导致maps.google.com/maps?q=cupertino代替。

这是开发者的欢迎的功能,但是,苹果的API通过谷歌地图支持?

换句话说,做所有的下列苹果地图参数完全翻译的东西在谷歌地图在网络上?

q=      The query parameter.
near=   The location part of the query.
ll=     The latitude and longitude points for the map center point.
sll=    The latitude and longitude points from which a business search should be performed.
spn=    The approximate latitude and longitude span.
sspn=   A custom latitude and longitude span format used by Apple.
t=      The type of map to display.
z=      The zoom level.
saddr=  The source address, which is used when generating driving directions
daddr=  The destination address, which is used when generating driving directions.

或者是它最好不要使用其中的一些网站上?

Answer 1:

唯一的负面的部分,现在是https://maps.apple.com Apple设备上显示的证书错误,但会直接给谷歌一个非苹果设备上。 当然,你可以直接链接到http://maps.apple.com但HTTPS到处是新的口头禅是不是?



文章来源: Same parameters for Apple Maps and Google Maps API?