MPRouteResult

open class MPRouteResult

Functions

Link copied to clipboard

Properties

Link copied to clipboard
@SerializedName(value = "geocoded_waypoints")
@get:NonNull
open val geocoded_waypoints: List<MPGeocodedWaypoints>
Link copied to clipboard
@SerializedName(value = "routes")
@get:NonNull
open var routes: List<MPRoute>
Link copied to clipboard
@SerializedName(value = "status")
@get:NonNull
open val status: String