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.
Download Error
Link copied to clipboard
Structure to hold error information about download request.
Download Error Code
Link copied to clipboard
enum DownloadErrorCode
Content copied to clipboard
Enum which represents different error cases which could happen during download session.
Download Options
Link copied to clipboard
Structure to configure download session.
Download State
Link copied to clipboard
enum DownloadState
Content copied to clipboard
Enum representing state of download session.
Download Status
Link copied to clipboard
Structure to hold current status information about ongoing download session.
Download Status Callback
Link copied to clipboard
interface DownloadStatusCallback
Content copied to clipboard
Callback which is getting called to report changes in download session.
Http Method
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.
Http Request
Link copied to clipboard
HttpRequest holds basic information for construction of an HTTP request
Http Request Error
Link copied to clipboard
Record which contains detailed information about HTTP error happened during request/download call.
Http Request Error Type
Link copied to clipboard
enum HttpRequestErrorType
Content copied to clipboard
Enum which describes possible error types which could happen during HTTP request/download calls.
Http Response
Link copied to clipboard
Record which is used to report HTTP response to the caller.
Http Response Callback
Link copied to clipboard
interface HttpResponseCallback
Content copied to clipboard
Callback which is used to report result of HTTP request.
Http Response Data
Link copied to clipboard
Record which contains data received in HTTP response.
Http Service Factory
Link copied to clipboard
class HttpServiceFactory
Content copied to clipboard
HTTP service factory.
Http Service Interceptor Interface
Link copied to clipboard
interface HttpServiceInterceptorInterface
Content copied to clipboard
Interface for intercepting and modifying HttpService function calls.
Http Service Interface
Link copied to clipboard
interface HttpServiceInterface
Content copied to clipboard
Interface to the HTTP service.
Network Restriction
Link copied to clipboard
enum NetworkRestriction
Content copied to clipboard
Classify network types based on cost.
Network Status
Link copied to clipboard
enum NetworkStatus
Content copied to clipboard
Offline Switch
Link copied to clipboard
open class OfflineSwitch
Content copied to clipboard
Instance that allows connecting or disconnecting the Mapbox stack to the network.
Offline Switch Observer
Link copied to clipboard
interface OfflineSwitchObserver
Content copied to clipboard
Reachability Changed
Link copied to clipboard
interface ReachabilityChanged
Content copied to clipboard
Reachability Factory
Link copied to clipboard
open class ReachabilityFactory
Content copied to clipboard
Reachability Interface
Link copied to clipboard
interface ReachabilityInterface
Content copied to clipboard
Resource Data
Link copied to clipboard
open class ResourceData
Content copied to clipboard
Resource Description
Link copied to clipboard
Resource Load Error
Link copied to clipboard
Resource Load Error Type
Link copied to clipboard
enum ResourceLoadErrorType
Content copied to clipboard
Resource Load Flags
Link copied to clipboard
enum ResourceLoadFlags
Content copied to clipboard
Resource Load Options
Link copied to clipboard
Resource Load Progress
Link copied to clipboard
Resource Load Progress Callback
Link copied to clipboard
interface ResourceLoadProgressCallback
Content copied to clipboard
Resource Load Result
Link copied to clipboard
Resource Load Result Callback
Link copied to clipboard
interface ResourceLoadResultCallback
Content copied to clipboard
Resource Load Status
Link copied to clipboard
enum ResourceLoadStatus
Content copied to clipboard
Result Callback
Link copied to clipboard
interface ResultCallback
Content copied to clipboard
Callback invoked once a request operation completes.
Tile Data Domain
Link copied to clipboard
enum TileDataDomain
Content copied to clipboard
Describes the tiles data domain.
Tile Region
Link copied to clipboard
TileRegion represents an identifiable geographic tile region with metadata
Tile Region Boolean Callback
Link copied to clipboard
interface TileRegionBooleanCallback
Content copied to clipboard
Callback invoked as a result of the TileStore tileRegionContainsDescriptors() method call.
Tile Region Callback
Link copied to clipboard
interface TileRegionCallback
Content copied to clipboard
Callback invoked when returning a tile region.
Tile Region Error
Link copied to clipboard
Describes a tile region load request error.
Tile Region Error Type
Link copied to clipboard
enum TileRegionErrorType
Content copied to clipboard
Describes the reason for a tile region download request failure.
Tile Region Geometry Callback
Link copied to clipboard
interface TileRegionGeometryCallback
Content copied to clipboard
Callback invoked to return a tile region's associated geometry
Tile Region Load Options
Link copied to clipboard
Describes the tile region load option values.
Tile Region Load Progress
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.
Tile Region Load Progress Callback
Link copied to clipboard
interface TileRegionLoadProgressCallback
Content copied to clipboard
Callback Invoked to report the progess of the tile region loading operation.
Tile Region Metadata Callback
Link copied to clipboard
interface TileRegionMetadataCallback
Content copied to clipboard
Callback invoked to return a tile region's associated metadata
Tile Regions Callback
Link copied to clipboard
interface TileRegionsCallback
Content copied to clipboard
Callback invoked when returning existing tile regions.
Tileset Descriptor
Link copied to clipboard
open class TilesetDescriptor
Content copied to clipboard
A bundle that encapsulates tilesets creation for the tile store implementation.
Tile Store Observer
Link copied to clipboard
interface TileStoreObserver
Content copied to clipboard
Observer for getting notified about changes to TileRegions.
Tile Store Options
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.
Value Converter
Link copied to clipboard
class ValueConverter
Content copied to clipboard