onDirectionsRequested method
Get notified when the user requests a route to any destination.
Implementation
void onDirectionsRequested(OnDirectionsRequestedCallback callback) {
_onDirectionsRequestedCallback = callback;
}
Get notified when the user requests a route to any destination.
void onDirectionsRequested(OnDirectionsRequestedCallback callback) {
_onDirectionsRequestedCallback = callback;
}