Thanks a lot for your help! Best regards, Christian Wiesbauer
-----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[EMAIL PROTECTED] Im Auftrag von Nikkelitous Gesendet: Donnerstag, 02. Oktober 2008 16:27 An: Android Developers Betreff: [android-developers] Re: Getting long/lat from locale If you're referring to selecting a country from a list and having it give you the latitude and longitude then I have both bad and good news. The bad news is I know of no way to do this directly within Android. The good news is that with how open Android is you could easily add it in! http://www.maxmind.com/app/country_latlon has a list of all countries (by ISO country code) with average latitude and longitude (Not a complete mapping, but at least you could show them in a map view). This would enable you to easily make your own add-on. You could also simply put it into your program if you're not ready to make Android OS plugins. Good Luck! On Oct 2, 5:59 am, "Christian Wiesbauer" <[EMAIL PROTECTED]> wrote: > Hi, > > is it possible to get the longitude and latitude coordinates only if you > know the country? Is there any function which gives me the values if I pass > the current locale? > > Thanks, > Christian Wiesbauer --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

