New Static Panorama feature
14. 2. 2025
We are introducing a new feature: Static Panorama, which allows you to easily display a non-movable view of any location using a simple REST API. Just embed an image on your website using <img src="...">
and specify parameters such as coordinates and viewing direction.
This feature is useful, for example, when you don’t have a photo of a specific location available or when you want to quickly load a static preview before displaying a full interactive panorama.
Check out the documentation or usage examples.
The image on the right was generated using the static panorama function with this code.
<img src="https://api.mapy.cz/v1/static/pano?width=400&height=250&lon=16.6&lat=49.19&yaw=0&apikey={yourApiKey}" >