metadata property - MapPolyline class - mapview library - Dart API
metadata
metadata property
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;
The Metadata instance attached to this polyline.
Sets the Metadata instance attached to this polyline.
Implementation
set metadata(Metadata? value);