Downloads
Here you can find all versions of the Maps SDK for Web.
There are two libraries available for downloading:
- Maps library - download if you need map the visualization library.
- Services library - download if you need a JavaScript wrapper over our services and you do not need maps. It can be used in Node.js or Web.
Besides the libraries, you can also download the offline version of the documentation, the functional examples, and plugins.
Latest release: 5.40.1
NPM
You can use 'npm' to install our libraries:
npm i @tomtom-international/web-sdk-maps npm i @tomtom-international/web-sdk-services
CDN
You can include the necessary files in your web pages from our CDN (Content Delivery Network), if you don't want to download and host the libraries yourself.
Maps:
<link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/maps/maps.css'> <script src="https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/maps/maps-web.min.js"></script>
Services:
<script src="https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/services/services-web.min.js"></script>
Useful Style sheets:
<link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/maps/css-styles/traffic-incidents.css'/> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/maps/css-styles/routing.css'/> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/5.x/5.40.1/maps/css-styles/poi.css'/>
You can use our CDN with older versions, just replace the version in the URLs.
ZIP files
Plugins
Searchbox
NPM
npm i @tomtom-international/web-sdk-plugin-searchbox
CDN
<script src="https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/SearchBox/1.0.6/SearchBox-web.js"></script> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/SearchBox/1.0.6/SearchBox.css'>
Older versions
You can use our CDN with older versions, just replace the version in the URLs.
- 1.0.5
- 1.0.4
Pan controls
NPM
npm i @tomtom-international/web-sdk-plugin-pancontrols
CDN
<script src="https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/PanControls/1.0.8/PanControls-web.js"></script> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/PanControls/1.0.8/PanControls.css'>
Older versions
You can use our CDN with older versions. Just replace the version in the URLs.
- 1.0.7
- 1.0.6
- 1.0.5
Zoom controls
NPM
npm i @tomtom-international/web-sdk-plugin-zoomcontrols
CDN
<script src="https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/ZoomControls/1.0.8/ZoomControls-web.js"></script> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/ZoomControls/1.0.8/ZoomControls.css'>
Older versions
You can use our CDN with older versions. Just replace the version in the URLs.
- 1.0.7
- 1.0.6
- 1.0.5
Minimap
NPM
npm i @tomtom-international/web-sdk-plugin-minimap
CDN
<script src="https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/Minimap/1.0.1/Minimap-web.js"></script> <link rel='stylesheet' type='text/css' href='https://api.tomtom.com/maps-sdk-for-web/cdn/plugins/Minimap/1.0.1/Minimap.css'>
Older versions
You can use our CDN with older versions. Just replace the version in the URLs.
- 1.0.0