defaultNewWaypointPosition

Configures the default position to insert a waypoint when adding a new one in trip editing. The user will be able to change this position in the UI by dragging and dropping the "Add stop" item.

  • DefaultNewWaypointPosition.BEFORE_LAST means to add the waypoint as a stop before the destination.

  • DefaultNewWaypointPosition.LAST means to add the waypoint as the last waypoint, i.e., as the new destination.

Defaults to LAST.