Geocoding Chinese addresses using Google Maps API in Python?

Posted by Jack Low on Stack Overflow See other posts from Stack Overflow or by Jack Low
Published on 2010-03-17T06:46:26Z Indexed on 2010/03/17 6:51 UTC
Read the original article Hit count: 399

I have looked into Geopy and googlemaps (http://py-googlemaps.sourceforge.net/) and they both do not work for Chinese addresses. My app is stored on the Google App Engine. What I want to do is to parse a file containing addresses of restaurants in Hong Kong, and then Geocode the addresses and store the Lat and Lng in the datastore. How do I do this?

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about google-maps