开发者

How to look up ZIP/Postal Code by City using Google Maps API?

开发者 https://www.devze.com 2022-12-20 23:23 出处:网络
How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map? Basically I\'m looking for a 开发者_JAVA技巧free verification service for checking completed addresses for

How can I extract a Postal Code or ZIP of a place by giving Google Maps a city on the map?

Basically I'm looking for a 开发者_JAVA技巧free verification service for checking completed addresses for accurate details.

I seem to remember the maps API can somehow provide a geographical point when given an address. Now I'm searching for a slightly reversed situation in order to validate the postal code typed in with a city.


You need to Geocode the address to get best match coordinates

and then Reverse Geocode the coordinates to compare zip.

0

精彩评论

暂无评论...
验证码 换一张
取 消