Experimental
Hide the outdoor view. Outdoor view must first be enabled in TMapViewOptions during showVenue. See also show.
Experimental
A style object conforming to the Maplibre Style Spec
Show the outdoor view. Outdoor view must first be enabled in TMapViewOptions during showVenue. See also hide.
API to control outdoor view rendering. Outdoor view can be enabled when initializing the MapView with
outdoorView: { enabled: true }
in TMapViewOptions.Example