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
Content copied to clipboard
Represents a route section indicating which countries the route is in.