Maps and Navigation SDK
androidJvm
com.tomtom.sdk.routing:model
/
com.tomtom.sdk.routing.route
/
ForkPoint
Fork
Point
data
class
ForkPoint
(
val
forkingRouteId
:
RouteId
,
val
location
:
<Error class: unknown class>
)
Represents information about the fork point.
Parameters
forking
Route
Id
Forking route ID.
location
Location of the fork point.
Members
Constructors
Fork
Point
Link copied to clipboard
constructor
(
forkingRouteId
:
RouteId
,
location
:
<Error class: unknown class>
)
Properties
forking
Route
Id
Link copied to clipboard
val
forkingRouteId
:
RouteId
location
Link copied to clipboard
val
location
:
<Error class: unknown class>