open fun and(@NonNull waypoint: LatLng): DirectionDestinationRequest
Assign the waypoint position of the request
waypoint - The latitude and longitude of waypoint position.
Return
This destination request object.
Since
1.0.0
open fun and(@NonNull waypointList: MutableList<LatLng>): DirectionDestinationRequest
Assign the waypoint position of the request as a list.
waypointList - The list of latitude and longitude of waypoint position.
Return
This destination request object.
Since
1.0.0