Destination

data class Destination

Represents a destination point with geographic coordinates and terrain information.

A destination combines a specific geographic location with the terrain context where that location exists. This is used in routing and navigation to ensure that destinations are properly resolved to the correct map level or floor.

Since

0.0.86

Constructors

Link copied to clipboard
constructor(coordinate: GeographicCoordinate, level: Level? = null)

Creates a destination with the specified coordinate and optional level.

Properties

Link copied to clipboard

The coordinate of the destination