Package globus.glmap
Interface GLMapManager.TileDownloadProgress
- Enclosing class:
- GLMapManager
public static interface GLMapManager.TileDownloadProgress
Callbacks for bulk tile operation
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onError
(long tile, GLMapError error) Error happened while tile downloadingboolean
onSuccess
(long tile) Tile successfully downloaded
-
Method Details
-
onSuccess
boolean onSuccess(long tile) Tile successfully downloaded- Parameters:
tile
- tile id- Returns:
- true to continue operation
-
onError
Error happened while tile downloading- Parameters:
tile
- tile iderror
- error- Returns:
- true to continue operation
-