Retrieve a resort area map
- Product Information
- Resort content
- 1 route
Use this scenario to retrieve the geometric data required to display a resort area map. It is useful when you need to build an interactive map, highlight major resort zones, or position navigation markers in a frontend experience.
The route returns GeoJSON structures and area metadata that can be consumed directly by mapping components or transformed into a simplified resort map layer.
Overview
This scenario explains how to retrieve the area-level map data of a resort. The response combines GeoJSON collections and area metadata so you can render resort zones, compute map centers, or enrich a navigation experience with structured location data.
Prerequisites
- A valid
product_idfor the resort - A valid
x-api-key - An
accept-languageheader matching one of the supported locales
Expected result
At the end of this scenario, you can feed a map component with the resort's area geometry and display clickable or labeled zones in a public-facing experience.