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 ()
感谢您在这里的任何帮助。