Class Waypath

Model to represent a waypath and any other data that may need to be associated with a waypath.

Since

2.1.1

Hierarchy

  • Waypath

Constructors

  • Designated initializer.

    Parameters

    • path: Waypoint[]

      An array of Waypoint objects that make up the waypath.

    Returns Waypath

Methods

  • Set the waypoints for this waypath

    Parameters

    • waypoints: Waypoint[]

      An array of Waypoint objects.

    Returns void

  • Returns string

    a JSON string representation of this object

    Since

    1.1

Generated using TypeDoc