RadarRouteGeometry

class RadarRouteGeometry(coordinates: Array<RadarCoordinate>?)

Represents the distance of a route.

Constructors

RadarRouteGeometry
Link copied to clipboard
fun RadarRouteGeometry(coordinates: Array<RadarCoordinate>?)

Functions

toJson
Link copied to clipboard
fun toJson(): JSONObject

Properties

coordinates
Link copied to clipboard
val coordinates: Array<RadarCoordinate>?
The geometry of the route.