Using maps-sdk-for-web-examples with tomtom.com

HTML integration

✓ Official SDK
Install
# See https://github.com/tomtom-international/maps-sdk-for-web-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
maps-sdk-for-web-examples
HTML
API
tomtom.com
tomtom.com:routing
At a glance
Language HTML
Endpoints4
Base URLhttps://api.tomtom.com
✓ Official