open class NativeLeg : Serializable
Represents information about a part of a route, comprised of a list of points.
NativeLeg() NativeLeg(legSummary: NativeLegSummary!, points: MutableList<LatLng!>!) |
open fun getLegSummary(): Optional<NativeLegSummary!>! |
|
open fun getPoints(): MutableList<LatLng!>! |
|
open fun toString(): String |