MarkerCacheMixin mixin
Manages marker cache for performance.
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
clearMarkerCache(
) → void - Clear marker cache.
-
getCachedFilteredMarkers(
{required List< Place> allPlaces, required MapSettings mapSettings, required Set<String> savingPlaceIds, required List<MarkerData> builder()}) → List<MarkerData> - Get filtered markers with caching to avoid expensive rebuilds.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited