setStart

open fun setStart(start: GeoCoordinates)

Sets a start location for calculating a route.

Parameters

start

Location of start point

open fun setStart(start: GeoCoordinates, @Nullable() customName: String)

Sets a start location for calculating a route.

Parameters

start

Location of start point

customName

Name of start

open fun setStart(waypoint: Waypoint)

Sets a start location for calculating a route.

Parameters

waypoint

Waypoint representing a start location