Package com.tomtom.sdk.common.route.section.pedastrian

Types

Link copied to clipboard
data class PedestrianSection(    val geometry: List<GeoCoordinate>,     val routeOffset: Distance,     val length: Distance) : Section

Represents a route section that is only suited for pedestrians.