clear method

dynamic clear()

clears the venues queue

Implementation

clear() {
  venues = Queue<VenueLatLng>();
}