selectStartOnMap method
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();
}
Enters map pick mode so the user can set the start point by moving the map.
void selectStartOnMap() {
unfocusStartPoint();
_isChoosingStartOnMap = true;
_mapManager!.removeItinerary();
_notify();
}