Interface TileSource.LoadTileRequestHandle

Enclosing interface:
TileSource

public static interface TileSource.LoadTileRequestHandle

Handle of a load request.

  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Cancels the associated load tile request.
  • Method Details

    • cancel

      void cancel()

      Cancels the associated load tile request. Upon cancellation, the corresponding result handler must be informed.