metadata property

Map<String, Object?>? metadata
final

Arbitrary properties useful to track with the layer, but do not influence rendering. Properties should be prefixed to avoid collisions, like 'maplibre:'.

Implementation

final Map<String, Object?>? metadata;