addDestination

fun addDestination(poiID: String)

Adds a destination to the request.

Since

1.19

Parameters

poiID

The id of the poi to add as destination.


fun addDestination(position: VMEPosition)

Adds a position object to the end of the destinations array’s content.

Since

1.19

Parameters

position

The position to add as destination.