Builder
constructor(baseUrl: String, user: String, profile: String, coordinates: List<@Serializable(with = PointSerializer::class ) Point>)
Parameters
base Url
The same base URL which was used during the request that resulted in this root directions response.
user
The same user which was used during the request that resulted in this root directions response.
profile
The routing profile to use.
coordinates
A list of Points to visit in order.
request Uuid
A universally unique identifier (UUID) for identifying and executing a similar specific route in the future.