public static interface OfflineRegion.OfflineRegionObserver
| Modifier and Type | Method and Description |
|---|---|
void |
mapboxTileCountLimitExceeded(long limit) |
void |
onError(OfflineRegionError error)
Implement this method to be notified of errors encountered while downloading
regional resources.
|
void |
onStatusChanged(OfflineRegionStatus status)
Implement this method to be notified of a change in the status of an
offline region.
|
void onStatusChanged(OfflineRegionStatus status)
void onError(OfflineRegionError error)
void mapboxTileCountLimitExceeded(long limit)