LocalizedAssetUrls
Media asset URLs localized for a specific language.
dxfZipstring
URL to the DXF floorplans ZIP
embedImagestring
URL to the embed preview image
galleryFrontImagestring
URL to the gallery front image
galleryLowResZipstring
URL to the low-resolution gallery ZIP
galleryMlsZipstring
URL to the MLS-ready gallery ZIP (deprecated, same as galleryLowResZip)
galleryZipstring
URL to the high-resolution gallery ZIP
jpgImperial object[]
URLs to imperial JPEG floorplans per floor
Array [
floorNamestring
Human-readable floor name
idinteger
Floor identifier
urlstring
URL to the JPEG floorplan image
]
jpgMetric object[]
URLs to metric JPEG floorplans per floor
Array [
floorNamestring
Human-readable floor name
idinteger
Floor identifier
urlstring
URL to the JPEG floorplan image
]
offlineZipstring
URL to the offline viewer ZIP (not available for Express iGUIDEs)
pdfImperialstring
URL to the imperial PDF floorplan
pdfMetricstring
URL to the metric PDF floorplan
sphereZipstring
URL to the sphere images ZIP
svgZipstring
URL to the SVG floorplans ZIP
LocalizedAssetUrls
{
"dxfZip": "string",
"embedImage": "string",
"galleryFrontImage": "string",
"galleryLowResZip": "string",
"galleryMlsZip": "string",
"galleryZip": "string",
"jpgImperial": [
{
"floorName": "string",
"id": 0,
"url": "string"
}
],
"jpgMetric": [
{
"floorName": "string",
"id": 0,
"url": "string"
}
],
"offlineZip": "string",
"pdfImperial": "string",
"pdfMetric": "string",
"sphereZip": "string",
"svgZip": "string"
}