selectStartOnMap method

void selectStartOnMap()

Enters map pick mode so the user can set the start point by moving the map.

Implementation

void selectStartOnMap() {
  unfocusStartPoint();
  _isChoosingStartOnMap = true;
  _mapManager!.removeItinerary();
  _notify();
}