Authentication token/code provider used by OmvRestClient before each call to currently valid authentication code/token.
GeoJson tiler service type id.
Vector tile decoder service type id.
Authentication method, where token will be provided as HTTP Header:
Authorization: Bearer $authenticationToken
TomTomV1 API compatible authorization method, where token will be provided as HTTP Header:
Authorization: Bearer $authenticationToken
Generated using TypeDoc
@here/harp-vectortile-datasource
Overview
This module provides the implementation of HERE's Optimized Map for Visualization (OMV) Datasource.
This format follows the Vector Tile Specification. This JSON format contains geometries, such as points and lines that define polygons, labels, such as road names or city names, and other kinds of data that are typically passed to a renderer to draw a map.
Each tile is encoded using Protobuf.
REST Clients
HERE Vector Tiles
REST service implemented with
APIFormat.HereV1
inOmvRestClient.ts
if you want to useAuthenticationTypeBearer
by default, if you want to useAPIKey
you can useAPIFormat.XYZOMV
.You can find more about the different access methods here.
The HERE Vector Tile Service allows you to request tiles containing vector data using content from the HERE Open Location Platform.
HERE provides global coverage and updates the data continuously. For more information about our map content, see the HERE Map Content Guidelines.
HERE XYZ
REST services implemented with
APIFormat.XYZMVT
,APIFormat.XYZJson
andAPIFormat.XYZOMV
inOmvRestClient.ts
.The HERE XYZ Services offer three variants:
You can find more about the HERE XYZ Services here.
Mapbox Vector Tiles
REST service implemented with
APIFormat.MapboxV7
inOmvRestClient.ts
.You can find more information here.
Tom Tom Vector Tiles
You can find more information here.
Usage of REST APIs and authentication
It is not within the scope of
harp.gl
to provide credentials to all of the services implemented above, but following the links you can do it by yourself. On our Getting Started Guide there is more information about getting credentials for HERE Services.