MapDataSizeListener (API Reference)
Package com.here.sdk.prefetcher
Interface MapDataSizeListener
public interface MapDataSizeListener
Interface to get the result of map data size estimation.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonSizeEstimated(MapLoaderError error, MapDataSize dataSize) Called after map data size estimation has been completed either with success or with error.
-
Method Details
-
onSizeEstimated
Called after map data size estimation has been completed either with success or with error. Invoked on the main thread.
- Parameters:
error-Represents an error in case of a failure. If the operation was successful,
nullis returned.dataSize-Represents the map data size. In case of failure,
nullis returned.
-