i am developing android application using Geocoder services,
I have an application where I try to get address of a location based on
the latitude,longitude coordinates its working fine.
my problem is how to get continent of particular address.
例: double lat=17; ダブルロン= 78.49;
リスト アドレス = new Geocoder(Shout.this,Locale.getDefault()).getFromLocation(lat, lon, 1);
私はこのコード出力を使用しています インド、ハイデラバード この住所は大陸を見つける方法に関連しています。貴重な解決策を教えてください。
ジオコーダーを使用して国名を動的に取得しています。国と一緒に大陸名を取得する可能性があります。静的に維持するのは困難です。無料のサービスが動的に必要であり、大陸ベースのサービスを見つけます
前もって感謝します