menu
flutter_map_interactive package
documentation
common/spatial_index.dart
SpatialIndex<T>
clear method
clear method
dark_mode
light_mode
clear
method
void
clear
(
)
Clears the entire index.
Implementation
void clear() { _items.clear(); _buckets.clear(); }
flutter_map_interactive package
documentation
common/spatial_index
SpatialIndex<T>
clear method
SpatialIndex class