RasterDataSourceListener class - mapview.datasource library - Dart API
RasterDataSourceListener
RasterDataSourceListener class abstract
Listener for RasterDataSource events.
Constructors
- RasterDataSourceListener(void onRasterDataSourceReadyLambda(), void onRasterDataSourceErrorLambda(RasterDataSourceError))
-
Listener for RasterDataSource events.
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
-
onRasterDataSourceError(
RasterDataSourceError dataSourceError) → void - The method to call on the listener when a data source error occurs.
-
onRasterDataSourceReady(
) → void - The method to call on the listener when data source is ready to use.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited