Visualize your data on maps

Graphically represent complex data on maps, creating dynamic heatmaps and other geo-visualizations.

Data visualization on a map

Visualize your data at scale

Showing large amounts of point data from external JSON is not a problem.
Our algorithms can do clustering on the client side or render heatmaps on the fly.

Connect the Map with your analytics

Users can click on the map to access more detailed information within the dashboard. This feature can enhance the user experience and make data analysis more efficient.

MapTiler image analytics.webp

Globe maps

Turn flat maps into globes with one line of code!

Show your global statistics data, undersea cables, shipping routes, and flight paths without the distortion of the Mercator projection.

Turn a flat map into a globe with one line of JavaScript code

3D terrain in one call

Add depth and realism to your maps with 3D mountains. Using MapTiler SDK that takes just one line of code! No need to set up data sources. Perfect for hiking and tracking applications.

3D terrain in one call

SDK modules

Explore modules to extend functionality of our SDK

Weather

Create visualizations with animated forecast layers.

Elevation

Add elevation profiles of routes or other lines on a map.

AR module

Create augmented reality 3D maps to immerse users.

3D models

Show any 3D objects in gITF or glb format on your map.

Add interactive controls

Build interactive maps with our SDK:

  • Add clickable markers for features on the map
  • View mountains in augmented reality
  • Create elevation profiles for hiking routes
Map visualizing hiking trail

Get started with MapTiler SDK

import { Map, MapStyle } from "@maptiler/sdk";
  const map = new Map({
    container: "mapContainer",
    style: MapStyle.STREETS
  });
See source code 

MapTiler SDK is easy to use with common frameworks like React, Vue.js, Svelte, or Angular.

Maps that fit your brand

JavaScript Maps API

MapTiler offers a comprehensive set of APIs that enable developers to create mapping applications that are great to look at and user-friendly. With these APIs, your maps will be able to provide a seamless user experience that is sure to impress. All of them are integrated in MapTiler SDK.

Geocoding

Search any place on the world, down to the street level.

IP geolocation

Get information about your visitors location and serve content explicitly targeting them.

Resources

MapTiler SDK documentation
MapTiler SDK Examples
MapTiler SDK Reference
notification