Barco wrote: > I'm interested in one question. > Can the mobile phone position itself on the map? I mean the phone do > this by estimate the position according to its surroundings(building, > road, other mobile etc.) and without GPS.
As of the M5 SDK, the three location technologies Android seems to be aiming for are GPS, Cell-ID, and Assisted GPS. I'm basing this on the permissions required to access each of those: http://code.google.com/android/reference/android/Manifest.permission.html That being said, they may have others in the works (e.g., location based on perceived proximity to public WiFi hotspots). -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ -- Available Now! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

