MPRouteLeg
Constructors
Link copied to clipboard
constructor(distance: Float, duration: Float, @NonNull startLocation: MPPoint, @NonNull endLocation: MPPoint, @NonNull steps: List<MPRouteStep>)
constructor(distance: MPRouteProperty, duration: MPRouteProperty, @NonNull startLocation: MPPoint, @NonNull endLocation: MPPoint, @NonNull steps: List<MPRouteStep>)
constructor()