How to find the distance between two ZipCodes using Java Code?

前端 未结 5 1173
夕颜
夕颜 2020-12-10 05:15

My requirements are similar to this question, except the fact that I am prohibited to use the latitude and longitude values. I want to caluclate the \"walking\"

5条回答
  •  半阙折子戏
    2020-12-10 05:39

    check this post link and google geocoding and reverse geocoding

    get latitude and longitude using zipcode

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

提交回复
热议问题