DisabledMapCachingProvider class mixin
Caching provider which disables built-in caching
- Implemented types
Constructors
- DisabledMapCachingProvider()
-
Disable built-in map caching
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isSupported → bool
-
Whether this caching provider is "currently supported": whether the
tile provider should attempt to use it, or fallback to a non-caching
alternative
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getTile(
String url) → Never -
Retrieve a tile from the cache, if it exists
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putTile(
{required String url, required CachedMapTileMetadata metadata, Uint8List? bytes}) → Never -
Add or update a tile in the cache
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited