Optional
attributionThe position on the map where the attribution should be displayed.
Optional
authURLThe URL to obtain an authentication token. It isn't permitted to use .headers
and .authURL
options simultaneously.
Optional
customCustom text or an array of texts to be used for the map attribution.
Optional
headersAn object containing HTTP headers for authentication purposes. It isn't permitted to use .headers
and .authURL
options simultaneously.
Optional
urlThe URL to the map style file.
Defines the options for initializing an Outdoor View. This is a union type that requires exclusive or logic, ensuring that an instance can either have headers or an authentication URL, but not both.
Note: It isn't permitted to use
.headers
and.authURL
options simultaneously.