HazardLocation

abstract class HazardLocation

Represents a hazard location.

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

Inheritors

Types

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

Represents an area as a hazard location.

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

Represents a linear hazard location defined by a list of geographical coordinates.

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

Represents a specific point as a hazard location.