0

在 iOS <= 5 上,我只使用:

<a href="http://maps.google.com/maps?q=48.853873,2.336883">See Paris on "Plan"</a>

和 safari 打开计划中的链接

在 iOS6 上,此链接在 googlemaps 网站中打开。我看到他们是“地图:”协议,但我不知道语法。

例如:

<a href="maps:48.853873,2.336883">See Paris on "Plan"</a>

将在 iOS6 上打开“计划”应用程序,但不显示任何坐标。

iOS 上“maps:”protocole 的最小语法是什么?它们是“地图:”协议的 API,用于详细的语法(地址、缩放级别、...)吗?

4

1 回答 1

1

好吧,我自己回答……

你现在可以使用

<a href="http://maps.apple.com/maps?q=Paris,france">

在非 iOS 浏览器上,它将重定向到谷歌地图。

https://developer.apple.com/library/safari/#featuredarticles/iPhoneURLScheme_Reference/Articles/MapLinks.html

于 2012-09-26T14:08:36.310 回答