User interface to edit the plan for a route (an ordered list of waypoints). Implements Layer.
Optional
Creates and returns an HTML widget with geocoder input fields for editing waypoints by address
Rest
Returns the plan’s waypoints
Returns true if the plan is ready to be routed, meaning it has at least a start and end waypoint, and both have coordinates
Sets the plan’s waypoints
Allows adding, removing or replacing the plan’s waypoints. Syntax is the same as in Array#splice
Generated using TypeDoc
User interface to edit the plan for a route (an ordered list of waypoints). Implements Layer.