open class NativeFullRoute : Serializable
Represents information about the route.
NativeFullRoute() NativeFullRoute(routeSummary: NativeRouteSummary!, legs: MutableList<NativeLeg!>!, sections: MutableList<NativeSection!>!) |
open fun getLegs(): MutableList<NativeLeg!>!
Returns a list of route legs. |
|
open fun getRouteSummary(): Optional<NativeRouteSummary!>!
Returns a summary of a route. |
|
open fun getSections(): MutableList<NativeSection!>!
Returns a list of route sections. |
|
open fun toString(): String |