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

Types

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

Represents a route section that is a tunnel.