RasterDataSourceListener (API Reference)
Package com.here.sdk.mapview.datasource
Interface RasterDataSourceListener
public interface RasterDataSourceListener
Listener for RasterDataSource events.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonRasterDataSourceError(RasterDataSourceError dataSourceError) The method to call on the listener when a data source error occurs.voidThe method to call on the listener when data source is ready to use.
-
Method Details
-
onRasterDataSourceReady
void onRasterDataSourceReady()The method to call on the listener when data source is ready to use.
-
onRasterDataSourceError
The method to call on the listener when a data source error occurs.
- Parameters:
dataSourceError-a data source error.
-