Optional
alpha?: booleantrue
Optional
antialias?: booleanControls whether antialiasing is on. Defaults to true, as long as devicePixelRatio is 1. This is very expensive on high resolution screens.
true
Optional
backgroundThe opacity of the initial background color.
Optional
backgroundBackground color of the map as a string e.g. "#2e2e2e"
.
Optional
disableIf you would like to completely disable the hover effect (if you are on a touch screen for example), set this to true.
false;
Optional
disableOptional
firstFirst map to be rendered
Optional
loadOptional
mode?: "json" | "obj"Optional
zoomOptional
markerOptional
Beta
multiOptional
onA callback executed with the 3D files have been downloaded for the first Map, and are starting to load into memory. The MapView is fully functional at this point, but some things will still be popping in.
Optional
venue: MappedinOptional
onA callback executed when the first map is fully loaded. This means onDataLoaded has already been fired (if specified) and then all the textures and other resources have finished popping in.
Optional
venue: MappedinOptional
onOptional
onOptional
onOptional
on
True if the
opacity
argument tosetBackgroundColor
should be considered.