Java library to get geo-code from ipaddress

后端 未结 3 1006
难免孤独
难免孤独 2021-01-14 06:41

My application knows the IP address of the user. We need to identify the city, state, country of the user and latitude & longitude of the user.

Is there a java l

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-14 07:35

    Yup: http://www.maxmind.com/app/developers

    They provide a Java API (among others).

提交回复
热议问题