getVenue abstract method
- GeoCoordinates position
Tries to find a Venue at the specified geographic coordinates.
positionGeographic 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);