MapsIndoorsAndroid
MapsIndoorsSDK
/
com.mapsindoors.core
/
MPRouteResult
MPRoute
Result
open
class
MPRouteResult
Functions
Properties
Functions
get
Error
Message
Link copied to clipboard
@
Nullable
open
fun
getErrorMessage
(
)
:
String
Properties
geocoded_waypoints
Link copied to clipboard
@
SerializedName
(
value
=
"geocoded_waypoints"
)
@get:
NonNull
open
val
geocoded_waypoints
:
List
<
MPGeocodedWaypoints
>
routes
Link copied to clipboard
@
SerializedName
(
value
=
"routes"
)
@get:
NonNull
open
var
routes
:
List
<
MPRoute
>
status
Link copied to clipboard
@
SerializedName
(
value
=
"status"
)
@get:
NonNull
open
val
status
:
String