Skip to main content

flywave-vectortile-datasource.apiformat

Home > @flywave/flywave-vectortile-datasource > APIFormat

APIFormat enum

Signature:

export declare enum APIFormat 

Enumeration Members

Member

Value

Description

HereV1

0

Use the REST API format of HERE Vector Tiles Server component version 1.

MapboxV4

1

Use the REST API format of Mapbox Vector Tile API v4.

TomtomV1

5

Use the REST API format of Tomtoms Vector Tile API v1.

XYZJson

3

Use the REST API format of XYZ Vector Tile API in JSON format.

XYZMVT

2

Use the REST API format of XYZ Vector Tile API in MVT format.

XYZOMV

4

Use the REST API format of XYZ Vector Tile API in OMV format.

XYZSpace

6

Use the REST API format of XYZ Space Vector Tile API in OMV format.