Skip to main content

FloorJpgUrl

URL information for a specific floor's JPEG floorplan.

floorNamestring

Human-readable floor name

Example: 1st Floor
idinteger

Floor identifier

Example: 1
urlstring

URL to the JPEG floorplan image

Example: https://youriguide.com/api-docs-sample/doc/floor_metric_en_1.jpg
FloorJpgUrl
{
"floorName": "1st Floor",
"id": 1,
"url": "https://youriguide.com/api-docs-sample/doc/floor_metric_en_1.jpg"
}