Experimental
API to control outdoor view rendering. Outdoor view can be enabled when initializing the MapView with outdoorView: { enabled: true } in TMapViewOptions.
outdoorView: { enabled: true }
const mapView = await showVenue(document.getElementById('mappedin-map'), venue, { multiBufferRendering: true, outdoorView: { enabled: true, },}); Copy
const mapView = await showVenue(document.getElementById('mappedin-map'), venue, { multiBufferRendering: true, outdoorView: { enabled: true, },});
A position definition for the attribution control to be placed, can be in one of the corners of the map.
A style object conforming to the Maplibre Style Spec
API to control outdoor view rendering. Outdoor view can be enabled when initializing the MapView with
outdoorView: { enabled: true }
in TMapViewOptions.Example