简体   繁体   中英

iOS URL scheme for navigation App?

I added link from my iOS app to several navigation system using URL Scheme

I didn't find anything for :

  • Tomtom
  • iGo (igomyway://G[lat];[lon] seem don't work now)
  • 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 :

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. See this clossed discussion: 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/

Other apps you mentioned. If they creators don't provide a url-scheme or deeplink on their site, they probably don't have one.

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

Regarding Mappy, this is what I found:

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

TRANSPORT: seems to be able to be replaced by "car" or "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. And everything must also be URL encoded

Example with a postal address:

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

Example with a GPS address:

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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