calculateRoute

abstract fun calculateRoute(from: LatLng, to: LatLng): RoutePlan?

Calculates the route between two points

Return

the route plan between the points

Parameters

from

the starting point

to

the destination point