Android の location.getLatitude() メソッドは、測地緯度または地心緯度を提供しますか?
測地の場合、それは WGS84 または GR80 楕円体に基づいていますか?
API 仕様は驚くほど不足しており、次のように述べているだけです。
public double getLatitude ()
Since: API Level 1
Returns the latitude of this fix.
http://developer.android.com/reference/android/location/Location.html#getLatitude ()
ここで助けてくれてありがとう。