Redraws an existing geometry without calling the API again. Used for restoring the original path after stopping navigation.
void drawSavedRoute(List<LatLng> geometry) { _drawRoute(geometry); }