RoutingResult

data class RoutingResult(val routes: List<Route>)

Represents the calculated route based on a passed RoutingOptions.

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

Parameters

routes

The list of calculated routes.

Constructors

Link copied to clipboard
fun RoutingResult(routes: List<Route>)

Properties

Link copied to clipboard
val routes: List<Route>