symbols property
The current set of symbols on this map added with the addSymbol or addSymbols methods.
The returned set will be a detached snapshot of the symbols collection.
Implementation
Set<Symbol> get symbols => symbolManager!.annotations;
The current set of symbols on this map added with the addSymbol or addSymbols methods.
The returned set will be a detached snapshot of the symbols collection.
Set<Symbol> get symbols => symbolManager!.annotations;