On Mar 25, 3:22 pm, Benjamin <[email protected]> wrote:
> Does anyone know a good way to get an approximate GPS coordinate
> (Latitude and Longitude) when you have a users IP Address?
>
> When my users post to a web service i'm pretty sure i know their IP.
> I'd like to get the Latitude and Longitude of the client based on that
> like GEO IP does but from my system running on app engine.
latlng = new google.maps.LatLng(google.loader.ClientLocation.latitude,
google.loader.ClientLocation.longitude);

There's code available (montao.googlecode) doing something simililar
and live usecase koolbusiness.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to