On Aug 26, 6:01 am, "Ricardo Guimaraes" <[EMAIL PROTECTED]> wrote: > I would like to be able to identify the closest antenna, convert antenna > location to lat/lon, and use this information on my application to deliver > local information. How can I do that?
If you requirement is to get the location of the user and then do something with it in a web application, one way is to use the Google Maps API - the user indicates where they are on the map and you go from there. There is also the SearchQuest[1] iPhone application, but that means your users will have to have downloaded and installed it from the AppStore. This is not an endorsement of SearchQuest. 1. <URL: http://searchquest.com/ > If you really do want to use tower data, you'll have to build a native application that interfaces with your web page and supplies it the data (and you will have to publish it on the AppStore and users of your web application will have to install it...). -- Rob --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" 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/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---
