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

Swift integration

✓ Official SDK
Install
# See https://github.com/tomtom-international/tomtom-navigation-ios-examples
GetMap
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/map/{versionNumber}/wms/
GetCapabilities
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/map/{versionNumber}/wms//
Static Image
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/map/{versionNumber}/staticimage
SDK on GitHub 📄 API Docs
SDK
tomtom-navigation-ios-examples
Swift
API
tomtom.com
tomtom.com:maps
At a glance
Language Swift
Endpoints10
Base URLhttps://api.tomtom.com
✓ Official