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