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 

please give me valuable solution thanks in advance

link|improve this question

@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
2  
down voted, cause created duplicate question of own question stackoverflow.com/questions/4476876/… – vishwanath Dec 18 '10 at 14:28
feedback

1 Answer

up vote 2 down vote accepted

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

GeoLocation API

link|improve this answer
downvote without a comment :( , so I searched more on internet for better answer and found this. 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
1  
If u haven't read completely... stackoverflow.com/questions/1283158/… – vishwanath Dec 18 '10 at 14:15
do u think, creating duplicate question of your own question helps? stackoverflow.com/questions/4476876/… – vishwanath Dec 18 '10 at 14:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.