metadata property

Metadata? metadata

The Metadata instance attached to this polyline. Gets the Metadata instance attached to this polyline. This will be null if nothing has been attached before.

Implementation

Metadata? get metadata;
void metadata=(Metadata? value)

The Metadata instance attached to this polyline. Sets the Metadata instance attached to this polyline.

Implementation

set metadata(Metadata? value);