Skip to main content

flywave-vectortile-datasource.omvrestclientparameters

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

OmvRestClientParameters interface

Signature:

export interface OmvRestClientParameters 

Properties

Property

Modifiers

Type

Description

apiFormat?

APIFormat

(Optional) The REST API format to use for the tile path generation, will default to the HERE Vector Tile API.

authenticationCode?

string | AuthenticationCodeProvider

(Optional) Authentication code used for the different APIs.

authenticationMethod?

AuthenticationMethodInfo

(Optional) Specifies [[AuthMethod]] to be used when requesting tiles.

baseUrl?

string

(Optional) The base URL of the REST Tile Service.

downloadManager?

ITransferManager

(Optional) Transfer Manager to use; creates an own instance if none passed.

getBearerToken?

() => Promise<string>

(Optional) Function to retrieve the Bearer Token

tilingScheme?

TilingScheme

(Optional) Tiling scheme is used in some of the APIs, not implemented yet.

url?

string

(Optional) URL pattern used to fetch tile files.

urlParams?

Record<string, string>

(Optional) Array of query parameters to be appended at the end of the url. It is empty by default.