Type alias TOutdoorViewOptionsWithAuthURL

TOutdoorViewOptionsWithAuthURL: {
    attributionPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    authURL?: string;
    customAttribution?: string | string[];
    layersHiddenByGeometry?: string[];
    url?: string;
}

Defines the options for an Outdoor View when initialized with a URL for authentication.

Type declaration

  • Optional attributionPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    The position on the map where the attribution should be displayed.

    Default

    'bottom-right'
    
  • Optional authURL?: string

    The URL to obtain an authentication token.

  • Optional customAttribution?: string | string[]

    Custom text or an array of texts to be used for the map attribution.

  • Optional layersHiddenByGeometry?: string[]

    Outdoor map layers which should be hidden under the indoor geometry.

    Default

    ['building-top']
    
  • Optional url?: string

    The URL to the map style file.