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