RadarRouteDuration

class RadarRouteDuration(value: Double, text: String)

Represents the duration of a route.

Constructors

RadarRouteDuration
Link copied to clipboard
fun RadarRouteDuration(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 duration.
value
Link copied to clipboard
val value: Double
The duration in minutes.