There's nothing in the Google Maps API that can help with that, and I've never heard of any such service that could be mashed up with a Google Map.
What you could do is obtain a list of the locations of all the zip codes. Do a web search for [free zip code database] there are lots of them out there. Put it on your server then write your own server script to search it.
发布评论
评论(1)
Google 地图 API 中没有任何内容可以帮助解决此问题,而且我从未听说过任何此类服务可以与 Google 地图混合使用。
您可以做的是获取所有邮政编码的位置列表。在网上搜索[免费邮政编码数据库],那里有很多。将其放在您的服务器上,然后编写您自己的服务器脚本来搜索它。
There's nothing in the Google Maps API that can help with that, and I've never heard of any such service that could be mashed up with a Google Map.
What you could do is obtain a list of the locations of all the zip codes. Do a web search for [free zip code database] there are lots of them out there. Put it on your server then write your own server script to search it.