HazardsOptions

data class HazardsOptions(val mortonTile: MortonTile, val types: List<HazardType> = emptyList())

A configuration that can be used in Hazards.

Parameters

mortonTile

Morton tile for which data should be fetched.

types

A list of HazardType that should be fetched. If the list is empty, 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(mortonTile: MortonTile, types: List<HazardType> = emptyList())

Properties

Link copied to clipboard
val mortonTile: MortonTile
Link copied to clipboard