Type alias TOutdoorViewOptionsWithAuthURL

TOutdoorViewOptionsWithAuthURL: {
    attributionPosition?: "top-left" | "top-right" | "bottom-left" | "bottom-right";
    authURL?: string;
    customAttribution?: string | 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 url?: string

    The URL to the map style file.