HazardLocation

abstract class HazardLocation

Describes the location of Hazard.

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

Inheritors

Types

Link copied to clipboard
data class Area(val area: GeoBounds) : HazardLocation

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

Link copied to clipboard
data class Linear(val positions: List<GeoPoint>) : HazardLocation

Describes the location of Hazard that is represented as polyline.

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

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