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 you publish it!
Modify the map URL
If you want to manually tweak the API URL of your static map, create it from scratch, or just understand how it is constructed, see 👉 How to define the static map area.
Add markers or lines
To learn how to add markers (pins), see 👉 Static map with markers.
To add paths or highlight areas, see 👉 Static map with lines or polygons.
Switch map to static
If you have an existing interactive web map, you can switch it to static with a single parameter. This is also handy if you need to add more complex features than markers and lines. See the code example 👉 Create a non-interactive map for MapTiler SDK JS.