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

Types

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

Represents a route section indicating which countries the route is in.