New feature for static maps

28. 5. 2024

We are adding a REST API for static maps. You can use this feature if you need to get an image of a selected area’s map. This function can be directly used, for example, on a website in <img src=”…”>. No JavaScript map libraries are needed to display the map (the map is of course not interactive).

With parameters, you can select the image size, map type, displayed area, and zoom level, and you can also add map markers.

This feature also saves credits compared to a classic dynamic map, as calling a static map only costs 4 credits.

Check out the documentation or the usage examples.