Spot

data class Spot(val position: GeoPoint, val course: Angle? = null) : HazardLocation

Describes the location of Hazard that is represented as a spot.

Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(position: GeoPoint, course: Angle? = null)

Properties

Link copied to clipboard
val course: Angle? = null

A bearing is provided for simple geo-coordinates to distinguish different driving directions.

Link copied to clipboard

Represents a location with a single location.