Class Outdoor

Accessors

  • get enabled(): boolean
  • Whether the outdoorView is enabled.

    Returns boolean

  • get map(): undefined | Map
  • Returns a Maplibre map for advanced usage.

    Returns undefined | Map

    Maplibre map instance

    Limitations:

    • Maplibre interaction events are not supported; use SDK interaction events.
    • Maplibre markers and labels may overlap as they are not integrated with the SDK collision engine.
  • get visible(): boolean
  • Whether the outdoorView is visible.

    Returns boolean

Methods

  • Hide the outdoor view.

    Parameters

    • excludedStyleLayerIds: string[] = []

      {string[]}

    Returns void

  • Set outdoor view opacity

    Parameters

    • targetOpacity: number | "initial"

      {number | 'initial'}

    • excludedStyleLayerIds: string[] = []

      {string[]}

    Returns void

  • Parameters

    • style: any

    Returns void

  • Show the outdoor view.

    Returns void