Search code examples
eventbrite

How to locate Venue Map using eventbrite Api in other app


I'm trying to integrate eventbrite's events in my app. I want to locate Event's venue map and not able to fetch venue map's image from any eventbrite's api. Anyone have idea? thanks!


Solution

  • Eventbrite uses the venue's latitude and longitude to call the Google Maps API and get the map, thus it's not stored by EB and cannot be retrieved via the API. You can call the Google Maps API and retrieve it yourself though.