I'm using python and googlemaps actually beginning with the googlemaps.I'm
usingpython and beginning with googlemaps googlemaps Actually.
I need to search and get the list of streets that have a piece the name  "
gua"
I do not   know how .

for example: "Av. IguaƧu" ,"Rua Guararpes", "Av. Agua Verde",....


import googlemaps
from googlemaps import GoogleMaps

api_key = ''

gmaps = GoogleMaps(api_key)
local = gmaps.local_search('gua, curitiba,pr,br')


result = local['responseData']['results'][0]
print result['titleNoFormatting']
-- 
John Evan Dizaro

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to