Using tomtom-navigation-ios-examples with tomtom.com

Swift integration

✓ Official SDK
Install
# See https://github.com/tomtom-international/tomtom-navigation-ios-examples
Calculate Route
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/routing/{versionNumber}/calculateRoute/{locations}/{contentType}
Reachable Range
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/routing/{versionNumber}/calculateReachableRange/{origin}/{contentType}
SDK on GitHub 📄 API Docs
SDK
tomtom-navigation-ios-examples
Swift
API
tomtom.com
tomtom.com:routing
At a glance
Language Swift
Endpoints4
Base URLhttps://api.tomtom.com
✓ Official