Interface RasterDataSourceListener
Package com.here.sdk.mapview.datasource
Interface RasterDataSourceListener
-
public interface RasterDataSourceListenerListener for RasterDataSource events.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonRasterDataSourceError(RasterDataSourceError dataSourceError)The method to call on the listener when a data source error occurs.voidonRasterDataSourceReady()The method to call on the listener when data source is ready to use.
-
-
-
Method Detail
-
onRasterDataSourceReady
void onRasterDataSourceReady()
The method to call on the listener when data source is ready to use.
-
onRasterDataSourceError
void onRasterDataSourceError(@NonNull RasterDataSourceError dataSourceError)The method to call on the listener when a data source error occurs.
- Parameters:
dataSourceError-a data source error.
-
-