MPRouteLeg

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()
constructor(@NonNull oRouteLeg: MPRouteLeg)