Create a POSITION instance. Instead of creating an instance in new mode, use create to create an instance.
Optional
Create a POSITION instance with the specified options.
const position = await POSITION.create(); Copy
const position = await POSITION.create();
Destroy the current object.
Static
Create a POSITION instance.
Returns a POSITION instance.
Create a POSITION instance. Instead of creating an instance in new mode, use create to create an instance.