Skip to content

Maps

The Maps API allows you to retrieve vector tiles generated by the MapMetrics. You can use some libraries like Leaflet or MapMetrics GL for JavaScript, Android or iOS to add a map to your website.

Dynamic Maps

Dynamic Maps to have interaction with our maps in vectoriel.

Maps preview

If you want to share a preview of your map, use this endpoint.

text
https://gateway.mapmetrics-atlas.net/styles/<Style_ID>?token=<Your-MapMetrics-Access-Token>
  • style ID: one of our default styles. value can be dark.json or light.json.
  • authentication token: create your access token on the dashboard or provide by MapMetrics team.

Example

For Dark mode

text
https://gateway.mapmetrics-atlas.net/styles/dark.json?token=<Your-MapMetrics-Access-Token>

For Light mode

text
https://gateway.mapmetrics-atlas.net/styles/light.json?token=<Your-MapMetrics-Access-Token>