Package com.mapbox.common

Types

TileDataDomain
Link copied to clipboard

Describes the tiles data domain.

enum TileDataDomain
enum TileDataDomain
enum TileDataDomain
TileRegion
Link copied to clipboard

TileRegion represents an identifiable geographic tile region with metadata

open class TileRegion : Serializable
open class TileRegion : Serializable
open class TileRegion : Serializable
TileRegionBooleanCallback
Link copied to clipboard

Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.

interface TileRegionBooleanCallback
interface TileRegionBooleanCallback
interface TileRegionBooleanCallback
TileRegionBooleanCallbackNative
Link copied to clipboard

Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.

class TileRegionBooleanCallbackNative : TileRegionBooleanCallback
class TileRegionBooleanCallbackNative : TileRegionBooleanCallback
class TileRegionBooleanCallbackNative : TileRegionBooleanCallback
TileRegionCallback
Link copied to clipboard

Callback invoked when returning a tile region.

interface TileRegionCallback
interface TileRegionCallback
interface TileRegionCallback
TileRegionCallbackNative
Link copied to clipboard

Callback invoked when returning a tile region.

class TileRegionCallbackNative : TileRegionCallback
class TileRegionCallbackNative : TileRegionCallback
class TileRegionCallbackNative : TileRegionCallback
TileRegionError
Link copied to clipboard

Describes a tile region load request error.

open class TileRegionError : Serializable
open class TileRegionError : Serializable
open class TileRegionError : Serializable
TileRegionErrorType
Link copied to clipboard

Describes the reason for a tile region download request failure.

enum TileRegionErrorType
enum TileRegionErrorType
enum TileRegionErrorType
TileRegionGeometryCallback
Link copied to clipboard

Callback invoked to return a tile region's associated geometry

interface TileRegionGeometryCallback
interface TileRegionGeometryCallback
interface TileRegionGeometryCallback
TileRegionGeometryCallbackNative
Link copied to clipboard

Callback invoked to return a tile region's associated geometry

TileRegionLoadOptions
Link copied to clipboard

Describes the tile region load option values.

class TileRegionLoadOptions : Serializable
class TileRegionLoadOptions : Serializable
class TileRegionLoadOptions : Serializable
TileRegionLoadProgress
Link copied to clipboard

A tile region's load progress includes counts of the number of resources that have completed downloading and the total number of resources that are required.

open class TileRegionLoadProgress : Serializable
open class TileRegionLoadProgress : Serializable
open class TileRegionLoadProgress : Serializable
TileRegionLoadProgressCallback
Link copied to clipboard

Callback Invoked to report the progess of the tile region loading operation.

interface TileRegionLoadProgressCallback
interface TileRegionLoadProgressCallback
interface TileRegionLoadProgressCallback
TileRegionLoadProgressCallbackNative
Link copied to clipboard

Callback Invoked to report the progess of the tile region loading operation.

TileRegionMetadataCallback
Link copied to clipboard

Callback invoked to return a tile region's associated metadata

interface TileRegionMetadataCallback
interface TileRegionMetadataCallback
interface TileRegionMetadataCallback
TileRegionMetadataCallbackNative
Link copied to clipboard

Callback invoked to return a tile region's associated metadata

TileRegionsCallback
Link copied to clipboard

Callback invoked when returning existing tile regions.

interface TileRegionsCallback
interface TileRegionsCallback
interface TileRegionsCallback
TileRegionsCallbackNative
Link copied to clipboard

Callback invoked when returning existing tile regions.

class TileRegionsCallbackNative : TileRegionsCallback
class TileRegionsCallbackNative : TileRegionsCallback
class TileRegionsCallbackNative : TileRegionsCallback
TilesetDescriptor
Link copied to clipboard

A bundle that encapsulates tilesets creation for the tile store implementation. Tileset descriptors describe the type of data that should be part of the Offline Region, like the routing profile for Navigation and the Tilesets of the Map style.

open class TilesetDescriptor
open class TilesetDescriptor
open class TilesetDescriptor
TileStore
Link copied to clipboard

TileStore manages downloads and storage for requests to tile-related API endpoints, enforcing a disk usage quota: tiles available on disk may be deleted to make room for a new download. This interface can be used by an app developer to set the disk quota. The rest of TileStore API is intended for native SDK consumption only.

open class TileStore
open class TileStore
open class TileStore
TileStoreObserver
Link copied to clipboard

Observer for getting notified about changes to TileRegions.

interface TileStoreObserver
interface TileStoreObserver
interface TileStoreObserver
TileStoreObserverNative
Link copied to clipboard

Observer for getting notified about changes to TileRegions.

class TileStoreObserverNative : TileStoreObserver
class TileStoreObserverNative : TileStoreObserver
class TileStoreObserverNative : TileStoreObserver
TileStoreOptions
Link copied to clipboard

These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.

class TileStoreOptions
class TileStoreOptions
class TileStoreOptions