Gets the number of animation interpolations.
The number of animation interpolations.
Sets the number of animation interpolations.
The number of animation interpolations.
Gets the animation time in milliseconds.
The animation time in milliseconds.
Sets the animation time in milliseconds.
The animation time in milliseconds.
Gets the list of all pins.
An array of PinWidget3D.
Adds a pin by color at the specified 3D point.
A promise that resolves to the created PinWidget3D.
The 3D coordinates where the pin will be placed.
The color of the pin.
Whether to dispatch the insert event.
Optional
userObject: unknownOptional user-defined object associated with the pin.
Adds a pin by image at the specified 3D point.
A promise that resolves to the created PinWidget3D.
The 3D coordinates where the pin will be placed.
The URL of the image to be used for the pin.
Optional
width: numberOptional width of the pin image.
Optional
height: numberOptional height of the pin image.
Whether to dispatch the insert event.
Optional
userObject: unknownOptional user-defined object associated with the pin.
Checks if a pin is present at the specified screen coordinates.
The pin at the specified coordinates, or null if no pin is found.
The x-coordinate on the screen.
The y-coordinate on the screen.
Moves an existing pin to a new 3D position.
The pin to be moved.
The new x-coordinate.
The new y-coordinate.
The new z-coordinate.
Whether to animate the movement.
Whether to dispatch the moved event.
Removes a specific pin.
The pin to be removed.
Whether to destroy the pin.
Manages the collection of pins in the 3D canvas.