简体   繁体   English

导航应用程序的iOS URL方案?

[英]iOS URL scheme for navigation App?

I added link from my iOS app to several navigation system using URL Scheme我使用 URL Scheme 添加了从我的 iOS 应用到多个导航系统的链接

I didn't find anything for :我没有找到任何东西:

  • Tomtom汤姆
  • iGo (igomyway://G[lat];[lon] seem don't work now) iGo (igomyway://G[lat];[lon] 现在好像不行了)
  • Copilot副驾驶
  • Viamichelin维米其林
  • Navmii纳维米
  • Aponia阿波尼亚
  • iCoyote小狼
  • Mappy马比

I sent mail to companies / developers but Didn't get any answer.我向公司/开发人员发送了邮件,但没有得到任何答复。

Someone can help ?有人可以帮忙吗?

TomTom Go汤姆走

In November TomTom added a URL Scheme for TomTom Go : 11 月 TomTom 为 TomTom Go 添加了一个 URL Scheme

tomtomgo://x-callback-url/navigate?destination={{Latitude}},{{Longitude}}

TomTom has still not implemented any url scheme/deeplink for their Go app and might never implement one. TomTom 仍然没有为他们的 Go 应用实现任何 url 方案/深层链接,并且可能永远不会实现。 See this clossed discussion: https://discussions.tomtom.com/en/discussion/999005/url-scheme-for-tomtom-go-mobile-ios请参阅此封闭式讨论: https ://discussions.tomtom.com/en/discussion/999005/url-scheme-for-tomtom-go-mobile-ios

Waze uses deeplink urls, check here: https://developers.google.com/waze/deeplinks/ Waze 使用深层链接网址,请在此处查看: https : //developers.google.com/waze/deeplinks/

Other apps you mentioned.您提到的其他应用程序。 If they creators don't provide a url-scheme or deeplink on their site, they probably don't have one.如果他们的创作者没有在他们的网站上提供 url-scheme 或深层链接,他们可能没有。

一旦我使用此deeplink URL "igomyway://G47.498562;19.040910"igomyway://G47.498562;19.040910

Regarding Mappy, this is what I found:关于Mappy,这是我发现的:

mappy://fr.mappy.com/gps/TRANSPORT/ADDRESS mappy://fr.mappy.com/gps/TRANSPORT/ADDRESS

TRANSPORT: seems to be able to be replaced by "car" or "car_fastest" TRANSPORT:似乎可以用“car”或“car_fastest”代替

ADDRESS: Must be replaced with the URL encoded postal address To use a GPS address, it must be in the form: "LATITUDE, LONGITUDE" The space after the decimal point seems compulsory.地址:必须替换为 URL 编码的邮政地址 要使用 GPS 地址,它必须采用以下格式:“纬度,经度” 小数点后的空格似乎是强制性的。 And everything must also be URL encoded而且一切都必须经过 URL 编码

Example with a postal address:邮政地址示例:

mappy://fr.mappy.com/gps/car_fastest/Champ%20de%20Mars%2C%205%20Avenue%20Anatole%20France%2C%2075007%20Paris mappy://fr.mappy.com/gps/car_fastest/Champ%20de%20Mars%2C%205%20Avenue%20Anatole%20France%2C%2075007%20Paris

Example with a GPS address: GPS 地址示例:

mappy://fr.mappy.com/gps/car_fastest/48.8583%2C%202.2945 mappy://fr.mappy.com/gps/car_fastest/48.8583%2C%202.2945

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM