setOrigin

fun setOrigin(poiID: String?)(source)

The poi id representing the origin of the route.

Since

1.19

Parameters

poiID

The id of the poi where the route should start.


fun setOrigin(position: VMEPosition?)(source)

The position representing the origin of the route.

Since

1.19

Parameters

position

The position where the route should start.