removeLatLong method

void removeLatLong()

Implementation

void removeLatLong() {
  _path.removeAt(0);
}