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
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 which describes possible error types which could happen during HTTP request/download calls.
Link copied to clipboard
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
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
HTTP service factory.
Link copied to clipboard
Interface for intercepting and modifying HttpService function calls.
Continuation to be invoked once the interceptor is done processing a request.
Continuation to be invoked once the interceptor is done processing a request's response.
Link copied to clipboard
Classify network types based on cost.
Link copied to clipboard
open class OfflineSwitch
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
Provides an interface to query registered Mapbox SDKs.
Link copied to clipboard
Provides an interface to query registered Mapbox SDKs.
Link copied to clipboard
Describes the tiles data domain.
Link copied to clipboard
TileRegion represents an identifiable geographic tile region with metadata
Link copied to clipboard
Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.
Link copied to clipboard
Callback invoked when returning a tile region.
Link copied to clipboard
Describes a tile region load request error.
Link copied to clipboard
Describes the reason for a tile region download request failure.
Link copied to clipboard
Holds options for the tile region estimation operation.
Link copied to clipboard
A tile region's estimate progress includes counts of the number of resources that have been estimated and the total number of resources as well as a partial result with the current estimate, calculated using the data available at the moment.
Link copied to clipboard
The result of tile region estim
Link copied to clipboard
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
Callback Invoked to report the progess of the tile region loading operation.
Link copied to clipboard
Callback invoked to return a tile region's associated metadata
Link copied to clipboard
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
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.
Link copied to clipboard
Observer for getting notified about changes to TileRegions.
Link copied to clipboard
These constants can be used as keys for TileStore::setOption to configure further aspects of a TileStore instance.
Link copied to clipboard