Waypath

open class Waypath

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

Constructors

Link copied to clipboard
constructor(path: Collection<Waypoint>)
Designated initializer.

Functions

Link copied to clipboard
Link copied to clipboard
open fun setWaypoints(waypoints: Collection<Waypoint>)
Set the waypoints for this waypath
Link copied to clipboard
open fun toJSONString(): String