Package-level declarations
Types
Link copied to clipboard
                interface Cancelable
Allows to cancel the associated asynchronous operation The associated asynchronous operation is not automatically canceled if this object goes out of scope.
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.
Link copied to clipboard
                HttpRequest holds basic information for construction of an HTTP request
Link copied to clipboard
                Record which contains detailed information about HTTP error happened during request/download call.
Link copied to clipboard
                enum HttpRequestErrorType
Enum which describes possible error types which could happen during HTTP request/download calls.
Link copied to clipboard
                class HttpRequestFlags
Link copied to clipboard
                Contains either an HttpRequest or an HttpResponse.
Link copied to clipboard
                Record which is used to report HTTP response to the caller.
Link copied to clipboard
                interface HttpResponseCallback
Callback which is used to report result of HTTP request.
Link copied to clipboard
                Record which contains data received in HTTP response.
Link copied to clipboard
                class HttpServiceFactory
HTTP service factory.
Link copied to clipboard
                interface HttpServiceInterceptorInterface
Interface for intercepting and modifying HttpService function calls.
Link copied to clipboard
                Continuation to be invoked once the interceptor is done processing a request.
Link copied to clipboard
                Continuation to be invoked once the interceptor is done processing a request's response.
Link copied to clipboard
                enum NetworkRestriction
Classify network types based on cost.
Link copied to clipboard
                Instance that allows connecting or disconnecting the Mapbox stack to the network.
Link copied to clipboard
                Provides information about a given Mapbox SDK.
Link copied to clipboard
                enum TileDataDomain
Describes the tiles data domain.
Link copied to clipboard
                TileRegion represents an identifiable geographic tile region with metadata
Link copied to clipboard
                interface TileRegionBooleanCallback
Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.
Link copied to clipboard
                interface TileRegionCallback
Callback invoked when returning a tile region.
Link copied to clipboard
                Describes a tile region load request error.
Link copied to clipboard
                enum TileRegionErrorType
Describes the reason for a tile region download request failure.
Link copied to clipboard
                interface TileRegionGeometryCallback
Callback invoked to return a tile region's associated geometry
Link copied to clipboard
                Describes the tile region load option values.
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.
Link copied to clipboard
                interface TileRegionLoadProgressCallback
Callback Invoked to report the progess of the tile region loading operation.
Link copied to clipboard
                interface TileRegionMetadataCallback
Callback invoked to return a tile region's associated metadata
Link copied to clipboard
                interface TileRegionsCallback
Callback invoked when returning existing tile regions.
Link copied to clipboard
                A bundle that encapsulates tilesets creation for the tile store implementation.
Link copied to clipboard
                interface TileStoreObserver
Observer for getting notified about changes to TileRegions.
Link copied to clipboard
                class TileStoreOptions
These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.
Link copied to clipboard
                class ValueConverter