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
data class Area(val area: GeoBounds) : HazardLocation
Link copied to clipboard
data class Linear(val coordinates: List<GeoPoint>) : HazardLocation
Link copied to clipboard
data class Spot(val coordinate: GeoPoint, val course: Angle? = null) : HazardLocation