PathMetadata

constructor(waypointOne: Waypoint, waypointTwo: Waypoint, description: String, descriptionOne: String, descriptionTwo: String)

Designated constructor

Parameters

waypointOne

the first waypoint

waypointTwo

the last waypoint

description

General description for the path.

descriptionOne

Directional description when going from point one to point two.

descriptionTwo

Directional description when going from point two to point one.


constructor(waypointOne: Waypoint, waypointTwo: Waypoint)

Parameters

waypointOne

the first waypoint

waypointTwo

the last waypoint