This section shows a visual overview of the Venue search feature in GeoAR.it.
๐ผ๏ธ Venue Search Example

This section introduces the ICalendar service for adding venue events to your personal calendar.
๐
New ICalendar Service
- ๐๏ธ An ICalendar service lets you add nearby venue events to your calendar app automatically.
- ๐ For step-by-step Google Calendar setup, see these instructions.
- ๐ The service URL format is:
https://geoar.it/api/v1/venue/nearby/Latitude/Longitude/MaxVenues/RadiusInMeters/icalendar
This section explains how to construct your ICalendar URL for nearby venues.
๐ Parameters
- ๐ Latitude and Longitude — GPS coordinates for the search centre. Find them in Google Maps.
- ๐ข MaxVenues — Maximum number of venues to include.
- ๐ RadiusInMeters — How far around your location to search for venues (in metres).
This section provides an example of using the ICalendar service for venues.
๐ Example URL
- https://geoar.it/api/v1/venues/nearby/54.8907/-1.570197/200/true/20/icalendar
- ๐ This fetches up to 20 venues within a 200-metre radius of the given coordinates.