HazardsOptions

class HazardsOptions(val boundingBoxes: List<GeoBoundingBox>, val types: List<HazardType> = HazardType.getAllHazardTypes())

A configuration that can be used in Hazards.

Parameters

boundingBoxes

Rectangular areas of interest.

types

A list of HazardType that should be fetched. If the list is not specified, all available Hazard are downloaded for a given tile. ` Important: This is a Public Preview API. It may be changed or removed at any time.

Constructors

Link copied to clipboard
constructor(boundingBoxes: List<GeoBoundingBox>, types: List<HazardType> = HazardType.getAllHazardTypes())

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard