NavigationResponse

class NavigationResponse

Navigation Response with a list of waypoints.

Constructors

NavigationResponse
Link copied to clipboard
fun NavigationResponse()

Properties

code
Link copied to clipboard
@SerializedName(value = "code")
var code: String? = null
routes
Link copied to clipboard
@SerializedName(value = "routes")
var routes: List<Route>? = null
uuid
Link copied to clipboard
lateinit var uuid: String
waypoints
Link copied to clipboard
@SerializedName(value = "waypoints")
var waypoints: List<NavigationWaypoint>? = null