I'm interested in adding geolocation to my app.  Specifically, I'd
like to find the city/metro area a user is in to serve localized
results.

I've done some brief research, and this pattern is emerging:

1) Serve a location-untargeted html file.

2) Include some JavaScript in that file that searches for a location
API (e.g. Gears, Google AJAX APIs, Mozilla Geode), parses the city the
user is in, and sends it back to a handler on my app.

3) My app would then find the relevant data and send it back for the
JavaScript to inject into the page.


Ideally, I'd have a rough idea of the user's location the first time
(IP targeting).  Any tips?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to