I want to get all the businesses within 10 miles of my location in Swift. I tried using the geocoder from CoreLocation and GoogleMaps and it gives me random places but I just want to see all the businesses near my location. Is that possible or do I have to cut my search to restaurants, cafe, etc.?
you can use this google api for getting nearby businesses
also you can see all available keywords from https://developers.google.com/places/web-service/supported_types
for using multiple keywords simultaneously
add keywords seperated by %7C