SearchTileStore

Simple wrapper for MapboxCommon.TileStore. This instance provides basicTileStore` functionality for a rare case when someone using Offline search without other Mapbox frameworks.

Use commonTileStore property to access underlaying MapboxCommon.TileStore

  • Default API Url used for Search tile data domain.

  • Underlaying TileStore from MapboxCommon framework for use across Mapbox frameworks.

  • Creates with shared MapboxCommon.TileStore instance at the default location. Creates a new MapboxCommon.TileStore if one doesn’t yet exist.

  • Creates with shared MapboxCommon.TileStore instance at the default location. Creates a new MapboxCommon.TileStore if one doesn’t yet exist. Throws AccessTokenNotFound if no access token found.

  • Creates with custom CommonTileStore.

  • Creates with custom CommonTileStore.

  • Creates with shared MapboxCommon.TileStore instance for the given storage path. Creates a new MapboxCommon.TileStore if one doesn’t yet exist. If the given path is empty, the tile store at the default location is returned.

  • Loads a new tile region or updates the existing one.

  • Loads a new tile region or updates the existing one.

  • Removes a tile region.

    Removes a tile region from the existing packages list. The actual resources eviction might be deferred. All pending loading operations for the tile region with the given id will fail with Canceled error.

  • Removes a tile region.

    Removes a tile region from the existing packages list. The actual resources eviction might be deferred. All pending loading operations for the tile region with the given id will fail with Canceled error.