markers property

  1. @visibleForTesting
Map<MarkerId, MarkerController> markers

Returns the cache of MarkerControllers. Test only.

Implementation

@visibleForTesting
Map<MarkerId, MarkerController> get markers => _markerIdToController;