i am working on geocoder find country and city its working fine already i am getting country name dynamically using geocoder is their any chance to get in continent name along with country. it is difficult to maintain statically i need dynamically,any third party free services u can find continent
            Asked
            
        
        
            Active
            
        
            Viewed 4,007 times
        
    -3
            
            
        - 
                    @narashimha: "it is difficult to maintain statically" -- no, it is trivial to maintain statically. – CommonsWare Dec 18 '10 at 13:40
 - 
                    yes it is difficult any third party free sites – Narasimha Dec 18 '10 at 13:48
 - 
                    3down voted, cause created duplicate question of own question http://stackoverflow.com/questions/4476876/how-to-find-continent-in-particular-location-using-geocoder-in-android-app – Vishwanath Dec 18 '10 at 14:28
 
1 Answers
2
            You may create map of country continent in json using the list of countries available on internet.
One list I found was here.
http://www.worldatlas.com/cntycont.htm
Following question looks like a duplicate, with an answer accepted
        Community
        
- 1
 - 1
 
        Vishwanath
        
- 6,284
 - 4
 - 38
 - 57
 
- 
                    downvote without a comment :( , so I searched more on internet for better answer and found this. http://stackoverflow.com/questions/1283158/geolocation-api – Vishwanath Dec 18 '10 at 14:01
 - 
                    this url i see this ,code statically in php not using in android its difficult i need dynamically find continent – Narasimha Dec 18 '10 at 14:05
 - 
                    Don't have idea about android, but idea remains the same, you can create the map of countries vs continent easily as there are 200 odd countries and 5 to 7 continents..... – Vishwanath Dec 18 '10 at 14:07
 - 
                    1If u haven't read completely... http://stackoverflow.com/questions/1283158/geolocation-api#answer-1283169 – Vishwanath Dec 18 '10 at 14:15
 - 
                    do u think, creating duplicate question of your own question helps? http://stackoverflow.com/questions/4476876/how-to-find-continent-in-particular-location-using-geocoder-in-android-app – Vishwanath Dec 18 '10 at 14:26