Reputation: 1437
I am working on the sample application and it need to put Geographical location in logs. Is there any API, or method that enable use to get the Geographical location from Browser in java.
Please advise if any.
Thanks
Upvotes: 0
Views: 1431
Reputation: 17923
There are two ways you can accomplish this. Both of these relay on the fact that you know the remote client IP address.
Upvotes: 2