【发布时间】:2012-06-25 09:16:57
【问题描述】:
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()
感谢您的帮助。
【问题讨论】:
-
我认为设备将大地测量返回到 wgs84 模型。
-
同意大卫,但仍然没有任何证据在互联网上搜索 2 小时后,我没有得到任何关于 Android 定位服务的说明。可能是谷歌开发团队的人可以回答这个。
标签: android gps location gis latitude-longitude