RouteStopId

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

A unique identifier, used for matching RouteStop with ItineraryPoint.

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

Parameters

value

Value of this id specified by UUID.

Constructors

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

Properties

Link copied to clipboard
val value: UUID