LazyloadMapLayer class

@Author: David Golay (lancoli on github)

Constructors

LazyloadMapLayer()

Properties

cameraBoundLayer ↔ PolygonLayer<Object>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastRefreshBound → LatLngBounds
no setter
refreshInfos LazyLoadLayerRefresh
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clearLastRefreshedBounds() → void
forceRefresh({required LatLngBounds currentBounds, required double currentZoom}) Future<void>
Forces a refresh of the layer even if no movement occurred. Useful for manual reloads or zoom-triggered events.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPositionMapChanged({required LatLngBounds updatedBounds, required LatLng updatedCenter, required double updatedZoom}) → void
setPixelThreshold(double thresholdInPixels) → void
setRefreshLayerCallback(Future<void> callback(LazyLoadLayerRefresh refreshInfos)?) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited