The container element to render the map into. Must be attached to the DOM and have non-zero size.
Venue data, typically obtained from getMapData.
Optionaloptions: TShow3DMapOptionsOptional TShow3DMapOptions to customize the initial state, UI, and behavior of the map.
A promise that resolves to a MapView once the map has been initialized.
Render a Mappedin map into the given DOM container and return its MapView.
This is the main entry point for Mappedin JS. Combine with getMapData to load venue data and render an interactive 3D map.
Example