Namespace Mapbox.Platform
Classes
Resource
Abstract class representing a Mapbox resource URL.
Structs
Response
A response from a IFileSource request.
Interfaces
IAsyncRequest
A handle to an asynchronous request.
IFileSource
A data source abstraction. Used by classes that need to fetch data but really don't care about from where the data is coming from. An implementation of IFileSource could fetch the data from the network, disk cache or even generate the data at runtime.
IResource
Interface representing a Mapbox resource URL. Used to build request strings and return full URLs to a Mapbox Web Service API resource.