本文介绍了获取c#中的所有zipcodes的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在c#中查找更接近的邮政编码..即使我面临同样的问题。我没有列出zipcode的数据库。当输入用户邮政编码时,它应该得到latitiude和经度。和距离可能是25英里,50英里等等..基于此信息列表所有的邮政编码,并检查那些用户是否存在于我的数据库中,然后列出它们..

Find closer Zip Codes in c#.. even i am facing same issue. i dont have database where zipcode is listed. when user zipcode is entered it should get latitiude and longitude. and distance may be 25 miles,50 miles and so on.. based on this information list all zipcode , and check those users are present in my database then list out them..

推荐答案



这篇关于获取c#中的所有zipcodes的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-02 23:35