OptionalflipImageToFaceCamera?: booleanIf true, the image will automatically rotate to face the camera, creating a billboard effect.
Height of the image in meters.
Optionalinteractive?: booleanWhether the Image3DView should be clickable. When true, click and hover events
for the image will be dispatched via MapView.on('click') and MapView.on('hover') under
the images property of the event payload. Can be toggled at runtime via
MapView.updateState(image, { interactive }).
OptionalmaxImageSize?: numberMaximum image width or height in pixels. If the image's largest dimension exceeds this value, it will be scaled down proportionally. This helps prevent VRAM exhaustion on mobile devices.
Optionalrotation?: numberRotation of the image in degrees clockwise from North. 0 degrees is North, 90 degrees is East, 180 degrees is South, and 270 degrees is West.
OptionalverticalOffset?: numberVertical offset of the image in meters.
Width of the image in meters.
Options for controlling the behavior of an Image3DView.