flywave-vectortile-datasource.omvrestclientparameters
Home > @flywave/flywave-vectortile-datasource > OmvRestClientParameters
OmvRestClientParameters interface
Signature:
export interface OmvRestClientParameters
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
(Optional) The REST API format to use for the tile path generation, will default to the HERE Vector Tile API. | |||
string | AuthenticationCodeProvider | (Optional) Authentication code used for the different APIs. | ||
(Optional) Specifies [[AuthMethod]] to be used when requesting tiles. | |||
string | (Optional) The base URL of the REST Tile Service. | ||
ITransferManager | (Optional) Transfer Manager to use; creates an own instance if none passed. | ||
() => Promise<string> | (Optional) Function to retrieve the Bearer Token | ||
TilingScheme | (Optional) Tiling scheme is used in some of the APIs, not implemented yet. | ||
string | (Optional) | ||
Record<string, string> | (Optional) Array of query parameters to be appended at the end of the url. It is empty by default. |