metadata property

Metadata? metadata

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;
void metadata=(Metadata? value)

The Metadata instance attached to this marker, see Metadata. Sets the Metadata instance attached to this marker.

Implementation

set metadata(Metadata? value);