Appearance
Interface: CalculationRequest
Payload to request calculation from a start location to one or more destination locations.
Properties
| Property | Type | Description |
|---|---|---|
destinations | LocationData[] | List of destination points for the calculation. Each destination follows the same structure as start and can be entity, coordinate, or map overlay. |
start | LocationData | Starting point of the calculation. Can be an entity (EntityData with buildingId, floorId, entityId), a coordinate (CoordinateData with latitude, longitude, buildingId, floorId), or a map overlay (MapOverlayData with CMS mapOverlayId). |