gpt4 book ai didi

html - 使用坐标和标签链接到 Apple Maps

转载 作者:可可西里 更新时间:2023-11-01 05:53:35 25 4
gpt4 key购买 nike

我正在写一个 HTML <a>标记以从 Cordova 应用程序(即网页)打开 iOS 上的 native Apple map 应用程序。这是我目前所拥有的:

<a href="maps:ll=38.897096,-77.036545" class="context-block-button map-button" id="map-button-1"><i class="ss-map icon-left"></i><span>Open in map (maps:)</span></a>

效果很好,将在华盛顿特区的白宫打开该应用程序。那才是正确的去处。但是有人知道我如何以某种方式向 map 添加标签吗?我尝试使用 ?q=Label但这只会让应用程序在将我带到指定坐标后进行搜索。

谢谢

最佳答案

使用普通链接:

<a href="
http://maps.apple.com/?lsp=9902&auid=4158007438164491913&sll=38.897517,-77.036542&q=The%20White%20House&hnear=1600%20Pennsylvania%20Ave%20NW,%20Washington,%20DC%2020500-0003,%20United%20States
">

<span>Open in map (maps:)</span>

</a>

  • 有了这个链接,你会被问到是否要打开这个链接 map

  • MAPS 转到显示 Label 的坐标!

  • 但是,出于某种原因,有时它会打开 GOOGLE-MAPS(在正确的坐标处虽然)。

关于html - 使用坐标和标签链接到 Apple Maps,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25844335/

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