Package-level declarations

Types

Link copied to clipboard
data class Destination

Represents a destination point with geographic coordinates and terrain information.

Link copied to clipboard

Provides destination information for routing and navigation operations.

Link copied to clipboard
data class MapPoint(val x: Double, val y: Double) : Parcelable

Represents the result of projecting a Geographic coordinate onto a 2D plane, typically within the range of 0,1

Link copied to clipboard
data class ScreenPointCoordinate(val x: Float, val y: Float)