lines property
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;
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.
Set<Line> get lines => polylineManager!.annotations;