metadata property

Map<String?, Object?>? metadata
read / write

A custom Mapbox value associated with this style package for storing metadata.

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

Developers can use this field to store custom metadata associated with a style package.

Implementation

Map<String?, Object?>? metadata;