PrefetchStatusListener class abstract
Abstract class to get notified on status updates when prefetching map data.
Constructors
- PrefetchStatusListener(void onProgressLambda(int), void onCompleteLambda(MapLoaderError?))
-
Abstract class to get notified on status updates
when prefetching map data.
factory
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onComplete(
MapLoaderError? error) → void - Called after the geo-corridor data downloads has been completed either with success or with error.
-
onProgress(
int percentage) → void - Called multiple times to indicate the update progress.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited