Package globus.glmap

Interface GLMapManager.TileDownloadProgress

Enclosing class:
GLMapManager

public static interface GLMapManager.TileDownloadProgress
Callbacks for bulk tile operation
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    onError(long tile, GLMapError error)
    Error happened while tile downloading
    boolean
    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

      boolean onError(long tile, @NonNull GLMapError error)
      Error happened while tile downloading
      Parameters:
      tile - tile id
      error - error
      Returns:
      true to continue operation