RoutePointId

value class RoutePointId(val value: UUID = UUID.randomUUID())

A unique identifier, used for matching RoutePoint with ItineraryPoint.

Parameters

value

Value of this id specified by UUID.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
fun RoutePointId(value: UUID = UUID.randomUUID())

Properties

Link copied to clipboard
val value: UUID