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

Kotlin integration

✓ Official SDK
Install
# Maven: see https://github.com/tomtom-international/tomtom-navigation-android-examples
Low bandwith Search
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/search/{versionNumber}/s/{query}.{ext}
Low Bandwith Category Search
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/search/{versionNumber}/cS/{category}.{ext}
Nearby Search
curl \
  # append ?key=$API_KEY to the URL \
  https://api.tomtom.com/search/{versionNumber}/nearbySearch/.{ext}
SDK on GitHub 📄 API Docs
SDK
tomtom-navigation-android-examples
Kotlin
API
tomtom.com
tomtom.com:search
At a glance
Language Kotlin
Endpoints19
Base URLhttps://api.tomtom.com
✓ Official