🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@tomtom-org/maps-sdk-js

Package Overview
Dependencies
Maintainers
4
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@tomtom-org/maps-sdk-js

JavaScript library for TomTom maps and location services

latest
Source
npmnpm
Version
0.27.0
Version published
Maintainers
4
Created
Source

Quality Gate Status Reliability Rating Maintainability Rating Security Rating

TomTom Logo

Maps SDK JS

Examples | Documentation | Request feature | Report bug


Maps SDK JS is a JavaScript library for building applications using TomTom location maps and services.

Example Thumbnails

It leverages the power of MapLibre GL JS and GeoJSON to seamlessly integrate TomTom maps and services with convenient out-of-the-box support, while staying highly customizable and extensible.

🚀 Getting Started using npm

npm i @tomtom-org/maps-sdk-js

Additionally:

  • If you use the map: npm i maplibre-gl

(Learn more below)

📚 Documentation & Examples

Explore comprehensive guides and interactive examples to get the most out of Maps SDK JS:

🚀 Interactive Examples

đź“– Documentation

đź“‹ API Reference

📝 Latest Updates

🌍 Where can you run it on?

  • web: display and configure a map, search for places, plan routes, and easily display and interact with them, including your own data
  • nodejs: (reverse)geocode locations, (re)calculate routes, and more, to enrich data before saving or returning it
  • React Native: leverage the power of TomTom location services from a single codebase

📦 Bundles

  • Map: MapLibre-powered library for readily styled, service-compatible and interactive TomTom Maps
  • Services: GeoJSON services for TomTom location APIs
  • Core: configuration, types and utilities common to Map and Services

🗺️ Map

The SDK Map bundle is built on top of MapLibre GL JS, and shares it as a dependency with your app.
You can both use the TomTom and MapLibre SDKs together at any time.

✨ Feature highlights

Readily available, yet highly customizable interactive TomTom Maps:

  • in different styles: light, dark, b&w, satellite
  • with configurable POIs and Live Traffic
  • seamlessly integrable with TomTom Services
  • with places, routes and geometries from TomTom services or your own data

🚀 Getting Started with Map

Using npm

The SDK Map uses MapLibre GL JS as peer dependency. Therefore, you need to also have it installed in your project.
The TomTom SDK is tested against the latest stable release of MapLibre GL.

npm i @tomtom-org/maps-sdk-js maplibre-gl

Code imports from the SDK Map Bundle will come from @tomtom-org/maps-sdk-js/map

đź”§ Services

The SDK Services bundle integrates the TomTom location APIs into comprehensive GeoJSON services.
The services can be integrated in web, nodejs and React Native apps.
The compatibility of both inputs and outputs with GeoJSON helps with further integration with geospatial tools.

✨ Feature highlights

🚀 Getting Started with Services

Using npm

npm i @tomtom-org/maps-sdk-js

Code imports from the SDK Map Bundle will come from @tomtom-org/maps-sdk-js/services

⚙️ Core

The SDK Core is a set of utilities and TypeScript types which are common to both Map and Services.`

✨ Feature highlights

  • Common configuration
  • Common types (such as outputs from Services which can be used as inputs to the Map)
  • Utilities (such as distance/duration formatting and bounding box calculations)

đź”§ Using the Core Bundle

If you use Map and/or Services, there is no need to install any further packages.
Code imports from the SDK Core Bundle will come from @tomtom-org/maps-sdk-js/core

Keywords

tomtom

FAQs

Package last updated on 31 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts