Class OutdoorViewExperimental

API to control outdoor view rendering. Outdoor view can be enabled when initializing the MapView with outdoorView: { enabled: true } in TMapViewOptions.

Example

const mapView = await showVenue(document.getElementById('mappedin-map'), venue, {
multiBufferRendering: true,
outdoorView: {
enabled: true,
},
});

Hierarchy

  • OutdoorView

Methods

  • Experimental

    A position definition for the attribution control to be placed, can be in one of the corners of the map.

    Parameters

    • position: "top-left" | "top-right" | "bottom-left" | "bottom-right"

    Returns void

  • Experimental

    Parameters

    Returns void