Package com.mapbox.common

Types

Cancelable
Link copied to clipboard
open class Cancelable
Allows to cancel the associated asynchronous operation The associated asynchronous operation is not automatically canceled if this object goes out of scope.
DownloadError
Link copied to clipboard
open class DownloadError : Serializable
Structure to hold error information about download request.
DownloadErrorCode
Link copied to clipboard
enum DownloadErrorCode
Enum which represents different error cases which could happen during download session.
DownloadOptions
Link copied to clipboard
open class DownloadOptions : Serializable
Structure to configure download session.
DownloadState
Link copied to clipboard
enum DownloadState
Enum representing state of download session.
DownloadStatus
Link copied to clipboard
open class DownloadStatus : Serializable
Structure to hold current status information about ongoing download session.
DownloadStatusCallback
Link copied to clipboard
interface DownloadStatusCallback
Callback which is getting called to report changes in download session.
HttpMethod
Link copied to clipboard
enum HttpMethod
HTTP defines a set of request methods to indicate the desired action to be performed for a given resource.
HttpRequest
Link copied to clipboard
open class HttpRequest : Serializable
HttpRequest holds basic information for construction of an HTTP request
HttpRequestError
Link copied to clipboard
open class HttpRequestError : Serializable
Record which contains detailed information about HTTP error happened during request/download call.
HttpRequestErrorType
Link copied to clipboard
enum HttpRequestErrorType
Enum which describes possible error types which could happen during HTTP request/download calls.
HttpResponse
Link copied to clipboard
open class HttpResponse : Serializable
Record which is used to report HTTP response to the caller.
HttpResponseCallback
Link copied to clipboard
interface HttpResponseCallback
Callback which is used to report result of HTTP request.
HttpResponseData
Link copied to clipboard
open class HttpResponseData : Serializable
Record which contains data received in HTTP response.
HttpServiceFactory
Link copied to clipboard
class HttpServiceFactory
HTTP service factory.
HttpServiceInterceptorInterface
Link copied to clipboard
interface HttpServiceInterceptorInterface
Interface for intercepting and modifying HttpService function calls.
HttpServiceInterface
Link copied to clipboard
interface HttpServiceInterface
Interface to the HTTP service.
NetworkRestriction
Link copied to clipboard
enum NetworkRestriction
Classify network types based on cost.
NetworkStatus
Link copied to clipboard
enum NetworkStatus
OfflineSwitch
Link copied to clipboard
open class OfflineSwitch
Instance that allows connecting or disconnecting the Mapbox stack to the network.
OfflineSwitchObserver
Link copied to clipboard
interface OfflineSwitchObserver
ReachabilityChanged
Link copied to clipboard
interface ReachabilityChanged
ReachabilityFactory
Link copied to clipboard
open class ReachabilityFactory
ReachabilityInterface
Link copied to clipboard
interface ReachabilityInterface
ResourceData
Link copied to clipboard
open class ResourceData
ResourceDescription
Link copied to clipboard
open class ResourceDescription : Serializable
ResourceLoadError
Link copied to clipboard
open class ResourceLoadError : Serializable
ResourceLoadErrorType
Link copied to clipboard
enum ResourceLoadErrorType
ResourceLoadFlags
Link copied to clipboard
enum ResourceLoadFlags
ResourceLoadOptions
Link copied to clipboard
open class ResourceLoadOptions : Serializable
ResourceLoadProgress
Link copied to clipboard
open class ResourceLoadProgress : Serializable
ResourceLoadProgressCallback
Link copied to clipboard
interface ResourceLoadProgressCallback
ResourceLoadResult
Link copied to clipboard
open class ResourceLoadResult : Serializable
ResourceLoadResultCallback
Link copied to clipboard
interface ResourceLoadResultCallback
ResourceLoadStatus
Link copied to clipboard
enum ResourceLoadStatus
ResultCallback
Link copied to clipboard
interface ResultCallback
Callback invoked once a request operation completes.
TileDataDomain
Link copied to clipboard
enum TileDataDomain
Describes the tiles data domain.
TileRegion
Link copied to clipboard
open class TileRegion : Serializable
TileRegion represents an identifiable geographic tile region with metadata
TileRegionBooleanCallback
Link copied to clipboard
interface TileRegionBooleanCallback
Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.
TileRegionCallback
Link copied to clipboard
interface TileRegionCallback
Callback invoked when returning a tile region.
TileRegionError
Link copied to clipboard
open class TileRegionError : Serializable
Describes a tile region load request error.
TileRegionErrorType
Link copied to clipboard
enum TileRegionErrorType
Describes the reason for a tile region download request failure.
TileRegionGeometryCallback
Link copied to clipboard
interface TileRegionGeometryCallback
Callback invoked to return a tile region's associated geometry
TileRegionLoadOptions
Link copied to clipboard
class TileRegionLoadOptions : Serializable
Describes the tile region load option values.
TileRegionLoadProgress
Link copied to clipboard
open class TileRegionLoadProgress : Serializable
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.
TileRegionLoadProgressCallback
Link copied to clipboard
interface TileRegionLoadProgressCallback
Callback Invoked to report the progess of the tile region loading operation.
TileRegionMetadataCallback
Link copied to clipboard
interface TileRegionMetadataCallback
Callback invoked to return a tile region's associated metadata
TileRegionsCallback
Link copied to clipboard
interface TileRegionsCallback
Callback invoked when returning existing tile regions.
TilesetDescriptor
Link copied to clipboard
open class TilesetDescriptor
A bundle that encapsulates tilesets creation for the tile store implementation.
TileStore
Link copied to clipboard
open class TileStore
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.
TileStoreObserver
Link copied to clipboard
interface TileStoreObserver
Observer for getting notified about changes to TileRegions.
TileStoreOptions
Link copied to clipboard
class TileStoreOptions
These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.
UAComponents
Link copied to clipboard
open class UAComponents : Serializable
UAComponents holds Application and SDK information for generating User-Agent string.
ValueConverter
Link copied to clipboard
class ValueConverter