NavigationWaypoint

class NavigationWaypoint

Properties

apiLocation
Link copied to clipboard
@SerializedName(value = "location")
var apiLocation: List<Double>? = null
distance
Link copied to clipboard
@SerializedName(value = "distance")
var distance: Double? = null
locationPoint
Link copied to clipboard
val locationPoint: LocationPoint?
name
Link copied to clipboard
@SerializedName(value = "name")
var name: String? = null