Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

google places - Get a list of street addresses from a lat/long

I need to be able to search for addresses within the radius of 500M-1000M from a lat-long. Google places seems to be able to do this and give it to me in JSON which is awesome, but it is only returning businesses and establishments. I want every postal address in this radius. I have tried adding: &types=street_address but it returns no results.

Is this possible and has anyone got any info on how to do this.

like image 545
Dan Harvey Avatar asked Nov 13 '22 15:11

Dan Harvey


1 Answers

Have you tried the Google Maps API Web Services - in the Viewport Biasing section you can set bounds.

like image 125
Udi Cohen Avatar answered Jan 02 '23 00:01

Udi Cohen