Use a static map image
This page explains how to insert a map into a webpage as a static non-zoomable map image, like this:

A map image shows any area you specify on a map of your choice. Optionally, you can also add markers, lines or polygons to the map image. Then you can use the map on your website just like a regular image. A static map renders a fresh, up-to-date map image whenever it loads.
Quick start
The URL of a static map image is actually an API request to the Static maps API, containing all the necessary parameters to render the map image. The easiest way to generate the image’s API URL is to use our visual generator:
With the URL generated, insert the map image into your website just like a regular image, for example using HTML tag <img src="YOUR_STATIC_MAP_URL">.
The API URL contains a placeholder for an API key. Replace YOUR_MAPTILER_API_KEY_HERE with your own API key. Make sure to protect the key before publishing your map app!
Modify the API URL
If you want to manually tweak the API URL, create it from scratch, or just understand how it is constructed, see 👉 How to define the static map area.