addViaPoint

open fun addViaPoint(viaPoint: GeoCoordinates)

Adds a waypoint location to the route plan.

Parameters

viaPoint

Location of viapoint

open fun addViaPoint(viaPoint: GeoCoordinates, @Nullable() customName: String)

Adds a waypoint location to the route plan.

Parameters

viaPoint

Location of viapoint

customName

Name of waypoint

open fun addViaPoint(waypoint: Waypoint)

Adds a waypoint location to the route plan.

Parameters

waypoint

Waypoint representing a waypoint location