RouteResult

open class RouteResult : MPModelBase

Author

Daniel Nielsen - Copyright © 2017 MapsPeople A/S. All rights reserved.

Functions

Link copied to clipboard
@Nullable
open fun getErrorMessage(): String

Properties

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