Route

@Serializable
data class Route(val coordinates: List<LngLat>) : MTOfflineRegionGeometry

A route defined by a series of coordinates.

Constructors

constructor(coordinates: List<LngLat>)

Types

Properties

open override val bbox: MTBoundingBox

The bounding box that contains the entire geometry.