lines property

Set<Line> get lines

The current set of lines on this map added with the addLine or addLines methods.

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

Implementation

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