Python - Using "Google AJAX Search" API's Local Search Objects
Posted
by user330739
on Stack Overflow
See other posts from Stack Overflow
or by user330739
Published on 2010-05-10T00:14:47Z
Indexed on
2010/05/10
0:18 UTC
Read the original article
Hit count: 256
Hi! I've just started using Google's search API to find addresses and the distances between those addresses. I used geopy for this, but, I often had the problem of not getting the correct addresses for my queries. I decided to experiment, therefore, with Google's "Local Search" (http://code.google.com/apis/ajaxsearch/local.html).
Anyway, I wanted to ask if I could use the "Local Search" objects provided by the API within python. Something tells me that I can't and that I have to use json. Does anyone know if there is a work around?
PS: Im trying to make something like this: http://www.google.com/uds/samples/random/lead.html ... except a matrix type deal where the insides will be filled with distances between the addresses.
Thanks for reading!
© Stack Overflow or respective owner