Using maps-sdk-js with tomtom.com

TypeScript integration

✓ Official SDK
Install
npm install maps-sdk-js
Quick start
import Maps_sdk_js from 'maps-sdk-js';

const client = new Maps_sdk_js({ apiKey: "YOUR_API_KEY" });
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
maps-sdk-js
TypeScript
API
tomtom.com
tomtom.com:search
At a glance
Language TypeScript
Endpoints19
Base URLhttps://api.tomtom.com
✓ Official