How to set the map zoom level
In this tutorial, the user wants to see the map view in the Embedded Editor at a specific zoom level.
Request
For both iframe and application solutions, the zoomLevel parameter defines the zoom level shown by the Embedded Editor. Pass the following URL into your solution.
https://stg.mapfeedback.here.com?
app_id={YOUR_APP_ID}&
app_code={YOUR_APP_CODE}&
zoomLevel=19The larger the number (max 21), the closer the map is zoomed-in to the desired location. You can select objects on the map starting at zoomLevel=16. This is the minimum number if you want to work with preselected objects.
Related Information
Updated last month