All I want to do is find out the person IP address so that I can reverse geocode it to find out their latitude and longitude from which they are viewing my web site from.
I can do that using Google ClientLocation API but it's unclear to me if I have to load the huge Google Map framework just to use it.
Is it possible to simply use the ClientLocation API without having to load all of Google Maps? If so, how?