Configuration via URL Parameters
Map Settings Overview
You can customize your map experience by adjusting settings directly in the URL. Here’s a quick guide to the available parameters:
Canonical form
These parameters also have one schema-typed umbrella: camera — ?camera[x]=…&camera[y]=…&camera[bearing]=180 — which is the same shape as the FloorPlan.setCamera() API. The short parameters below keep working as aliases.
center
Defines the map center using WGS84 coordinates (latitude, longitude).
Example: ?center=52.31801546937824,9.803534426718189
Default

With parameter

centerxy
Sets the map center using projected coordinates (x, y). Example: ?centerxy=6517.28955078125,3826.6064453125
Default

With parameter

z
Specifies the floor/level name. Example: ?z=2
Default

With parameter

bearing
Rotates the kiosk arrow icon (0–360 degrees).
Currently works only in kiosk mode.
Example: ?bearing=180
Default

With parameter

zoomtime
Sets the zoom animation duration in milliseconds (range: 500–5000).
Example: ?zoomtime=5000
?zoomtime=500
?zoomtime=5000
How to Reset Settings?
📝 Important: Settings apply only to the specific map they are sent to, and only on that device.
Settings apply only to the load that carries them — they are not remembered between loads. Opening the floor plan without parameters shows the default view.
Example:
If you open a card with ?bearing=45 and later open it again with ?zoomtime=3000, the bearing=45 setting will not be applied — only zoomtime=3000 will take effect. In other words, if you need both settings, you must include them in the same request: ?bearing=45&zoomtime=3000.
Also, check out the full documentation.