MapUpdateProgressListener class abstract

Abstract class to get notified on status updates when updating map data, previously downloaded by MapDownloader.

Constructors

MapUpdateProgressListener(void onProgressLambda(RegionId, int), void onPauseLambda(MapLoaderError?), void onCompleteLambda(MapLoaderError?), void onResumeLambda())
Abstract class to get notified on status updates when updating map data, previously downloaded by MapDownloader.
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 update process for all regions has been completed.
onPause(MapLoaderError? error) → void
Called when update is paused.
onProgress(RegionId region, int percentage) → void
Called multiple times to indicate the update progress.
onResume() → void
Called when a paused map update is resumed.
toString() → String
A string representation of this object.
inherited

Operators

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