EndpointsTiles
Get Area Tile
Returns a Mapbox Vector Tile (MVT) for the given XYZ tile coordinates. Returns 204 when no areas intersect the tile.
Returns a Mapbox Vector Tile (MVT) for the given XYZ tile coordinates. Returns 204 when no areas intersect the tile.
Path Parameters
z*integer
Match
^-?(?:0|[1-9]\d*)$Format
int32x*integer
Match
^-?(?:0|[1-9]\d*)$Format
int32y*integer
Match
^-?(?:0|[1-9]\d*)$Format
int32Response Body
application/vnd.mapbox-vector-tile
application/vnd.mapbox-vector-tile
curl -X GET "https://example.com/v1/tiles/areas/0/0/0.mvt"Empty
Empty