How can I get the Latitude and Longitude of a ZIP Code?

后端 未结 4 1340
暗喜
暗喜 2021-01-06 14:38

I need some help to get the Latitude and Longitude dynamically of a ZIP Code entered by the user. so that i can work to show the shop address on those area of zip code.

4条回答
  •  春和景丽
    2021-01-06 15:10

    http://code.google.com/apis/maps/documentation/geocoding/

    There is some requirements for that like you have to register your google account for that but it's very easy and you have to pass some parameter which is describe at there.

    You can make using JSON or XML as per your requirements.

提交回复
热议问题