lines property

Set<Line> get lines

The current set of lines on this map added with the addPolyline or addPolylines methods.

The returned set will be a detached snapshot of the lines collection.

Implementation

Set<Line> get lines => polylineManager!.annotations;