getVenue abstract method

Venue? getVenue(
  1. GeoCoordinates position
)

Tries to find a Venue at the specified geographic coordinates.

  • position Geographic coordinates where a venue is located.

Returns Venue?. Venue or null if there is no venue at the specified geographic coordinates.

Implementation

Venue? getVenue(GeoCoordinates position);