Interface ITileDataSource

All Known Implementing Classes:
MapDatabase, MultiMapDatabase, OverzoomTileDataSource, UrlTileDataSource

public interface ITileDataSource
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Implementations should cancel their IO work and return
    void
    Implementations should cancel and release all resources
    void
    query(MapTile tile, ITileDataSink mapDataSink)
     
  • Method Details

    • query

      void query(MapTile tile, ITileDataSink mapDataSink)
      Parameters:
      tile - the tile to load.
      mapDataSink - the callback to handle the extracted map elements.
    • dispose

      void dispose()
      Implementations should cancel and release all resources
    • cancel

      void cancel()
      Implementations should cancel their IO work and return