How to make Google Places API return all places within a certain radius?
I am trying to implement a feature in a Flutter app where the user will place a pin and it will return the name OR address of the place that they dropped it at, depending on what the place is. I’m using Google Place API to do this.