Namespace Mapbox.Map
Classes
ClassicRasterTile
A raster tile from the Mapbox Map API, a encoded image representing a geographic bounding box. Usually JPEG or PNG encoded. See RasterTile for usage.
Map<T>
The Mapbox Map abstraction will take care of fetching and decoding data for a geographic bounding box at a certain zoom level.
MapUtils
Utilities for working with Map APIs.
RasterTile
A raster tile from the Mapbox Style API, an encoded image representing a geographic bounding box. Usually JPEG or PNG encoded.
RawPngRasterTile
A raster tile containing an encoded RGBA PNG. Read about global elevation data.
Tile
A Map tile, a square with vector or raster data representing a geographic bounding box. More info here .
TileCover
Helper funtions to get a tile cover, i.e. a set of tiles needed for covering a bounding box.
VectorTile
A decoded vector tile, as specified by the Mapbox Vector Tile specification. See available layers and features here. The tile might be incomplete if the network request and parsing are still pending.
Structs
CanonicalTileId
Data type to store Web Mercator tile scheme. See tile IDs in action.
Tile.Parameters
Parameters for initializing a Tile object.
UnwrappedTileId
Unwrapped tile identifier in a slippy map. Similar to CanonicalTileId, but might go around the globe.
Enums
Tile.State
Tile state.