drawSavedRoute method

void drawSavedRoute(
  1. List<LatLng> geometry
)

Redraws an existing geometry without calling the API again. Used for restoring the original path after stopping navigation.

Implementation

void drawSavedRoute(List<LatLng> geometry) {
  _drawRoute(geometry);
}