Package-level declarations
Types
Link copied to clipboard
Represents a destination point with geographic coordinates and terrain information.
Link copied to clipboard
data class DestinationProvider(val coordinate: GeographicCoordinateProvider, val levelId: LevelId? = null)
Provides destination information for routing and navigation operations.
Link copied to clipboard
Represents the result of projecting a Geographic coordinate onto a 2D plane, typically within the range of 0,1
Link copied to clipboard