I need to be able to search for addresses in a radius of 500M-1000M with lat-long. Google Places seems to be able to do this and pass it to me in JSON, which is awesome, but it only returns businesses and institutions. I want every mailing address in this radius. I tried adding: & type = street_address, but does not return any results.
Is this possible, and does anyone have information on how to do this.
source share