Implements

Constructors

Properties

Methods

Constructors

  • Create a POSITION instance. Instead of creating an instance in new mode, use create to create an instance.

    Parameters

    • Optionaloptions: Options

      Create a POSITION instance with the specified options.

    Returns POSITION

    const position = await POSITION.create();
    

Properties

options: Options

Methods

  • Destroy the current object.

    Returns Promise<void>

  • Create a POSITION instance.

    Parameters

    • Optionaloptions: Options

      Create a POSITION instance with the specified options.

    Returns Promise<POSITION>

    Returns a POSITION instance.