flywave-vectortile-datasource.apiformat
Home > @flywave/flywave-vectortile-datasource > APIFormat
APIFormat enum
Signature:
export declare enum APIFormat
Enumeration Members
Member | Value | Description |
|---|---|---|
HereV1 |
| Use the REST API format of HERE Vector Tiles Server component version 1. |
MapboxV4 |
| Use the REST API format of Mapbox Vector Tile API v4. |
TomtomV1 |
| Use the REST API format of Tomtoms Vector Tile API v1. |
XYZJson |
| Use the REST API format of XYZ Vector Tile API in JSON format. |
XYZMVT |
| Use the REST API format of XYZ Vector Tile API in MVT format. |
XYZOMV |
| Use the REST API format of XYZ Vector Tile API in OMV format. |
XYZSpace |
| Use the REST API format of XYZ Space Vector Tile API in OMV format. |