Longitude and latitude value from IP address

后端 未结 6 547
遇见更好的自我
遇见更好的自我 2020-12-02 08:01

Is it possible to get the longitude and latitude value from IP address in asp.net? If it is possible, please let me know how can I get this.

6条回答
  •  天命终不由人
    2020-12-02 08:06

    You can use a service such as: http://freegeoip.appspot.com/

    It will not be completely accurate.

    Here is a tutorial on consuming the service using ASP.Net.

提交回复
热议问题