Skip to content

Interface: CalculationRequest

Payload to request calculation from a start location to one or more destination locations.

Properties

PropertyTypeDescription
destinationsLocationData[]List of destination points for the calculation. Each destination follows the same structure as start and can be entity, coordinate, or map overlay.
startLocationDataStarting 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).