Class Outdoor

Accessors

Methods

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.

Methods

  • Parameters

    • style: any

    Returns void