Use the REST API format of Mapbox Vector Tile API v4.
Use the REST API format of Tomtoms Vector Tile API v1.
Use the REST API format of XYZ Vector Tile API in JSON format.
Use the REST API format of XYZ Vector Tile API in MVT format.
Use the REST API format of XYZ Vector Tile API in OMV format.
Use the REST API format of XYZ Space Vector Tile API in OMV format.
Generated using TypeDoc
Use the REST API format of HERE Vector Tiles Server component version 1.
Documentation: https://developer.here.com/documentation/vector-tiles-api/dev_guide/index.html
Usage:
<OmvRestClientParams.baseUrl>/<zoom>/<X>/<Y>/omv
If [[OmvRestClientParams.authenticationToken]] is provided, it will be added as HTTP header:
Authorization: Bearer $authenticationToken
Format definition:
//http|s://<base-url>/{API version}/{layers}/{projection}/{z}/{x}/{y}/{format}
Default authentication method used: AuthenticationTypeBearer.