Maps and Navigation SDK
androidJvm
com.tomtom.sdk.routing:model
/
com.tomtom.sdk.routing.route.section.speedlimit
Package-level
declarations
Types
Types
Speed
Limit
Section
Link copied to clipboard
class
SpeedLimitSection
(
val
geometry
:
List
<
GeoPoint
>
,
val
routeOffset
:
Distance
,
val
length
:
Distance
,
val
speedLimit
:
Speed
)
:
Section
Represents a route section with a speed limit.