Getting zip codes from Google Maps
Does the Google Maps API allow me to get all of the zip codes of a city/state? For example c开发者_运维百科an I use it to ask the question what zip codes are in San Francisco?
I don't believe that's possible. Although it may be technically possible, Google wouldn't allow it.
The Google Maps API is strict about how you use its service, and how often you can send requests to it. Take a look here: http://code.google.com/apis/maps/terms.html#section_10_12
精彩评论