metadata property
The Metadata instance attached to this marker, see Metadata.
Gets the Metadata instance attached to this marker.
This will be null if nothing has been attached before.
Implementation
Metadata? get metadata;
The Metadata instance attached to this marker, see Metadata. Sets the Metadata instance attached to this marker.
Implementation
set metadata(Metadata? value);