metadata property

Map<String?, Object?>? metadata
getter/setter pair

A custom Mapbox Value associated with this tile region for storing metadata.

If provided, the custom value value will be stored alongside the tile region. Previous values will be replaced with the new value.

Developers can use this field to store custom metadata associated with a tile region. This value can be retrieved with getTileRegionMetadata().

Implementation

Map<String?, Object?>? metadata;