RadarRouteDistance

class RadarRouteDistance(value: Double, text: String)

Represents the distance of a route.

Constructors

RadarRouteDistance
Link copied to clipboard
fun RadarRouteDistance(value: Double, text: String)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

text
Link copied to clipboard
val text: String
A display string for the distance.
value
Link copied to clipboard
val value: Double
The distance in feet (for imperial units) or meters (for metric units).