SafetyLocationsOptions

data class SafetyLocationsOptions(val mortonTile: MortonTile, val types: List<SafetyLocationType> = emptyList())

A configuration that can be used in SafetyLocations.

Parameters

mortonTile

Morton tile for which data should be fetched.

types

A list of SafetyLocationTypes that should be fetched. If the list is empty, all available SafetyLocations are downloaded for a given tile.

Constructors

Link copied to clipboard
constructor(mortonTile: MortonTile, types: List<SafetyLocationType> = emptyList())

Properties

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