I need some help regarding the Google Geo location.
My requirement is to write an standalone Java class to get the IP Address and the location of this IP using google API.
I mean I need to send this IP address to the google and get the location.
Can anyone please give some suggestion How can I achieve ?
Note: I dont want to use maxmind api. Is there any other open API through which I can achieve this.
Please give some idea, how to figure it out.