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())