MPRouteLeg
Constructors
Link copied to clipboard
open fun MPRouteLeg( distance: Float, duration: Float, @NonNull startLocation: MPPoint, @NonNull endLocation: MPPoint, @NonNull steps: List<MPRouteStep>)
Content copied to clipboard
Link copied to clipboard
open fun MPRouteLeg( distance: MPRouteProperty, duration: MPRouteProperty, @NonNull startLocation: MPPoint, @NonNull endLocation: MPPoint, @NonNull steps: List<MPRouteStep>)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Properties
Link copied to clipboard
@SerializedName(value = "distance")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "duration")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "end_address")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "end_location")
@get:NonNull
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "start_address")
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "start_location")
@get:NonNull
Content copied to clipboard
Link copied to clipboard
@SerializedName(value = "steps")
@get:NonNull
Content copied to clipboard