【发布时间】:2011-06-30 01:34:37
【问题描述】:
是否可以在 android 中读取 ECEF 中的 GPS 坐标和速度。
我想要一个速度矢量 (x, y, z),就像在标准 GPS 模块中可用?
干杯, 西尔万
【问题讨论】:
标签: android gps coordinates velocity
是否可以在 android 中读取 ECEF 中的 GPS 坐标和速度。
我想要一个速度矢量 (x, y, z),就像在标准 GPS 模块中可用?
干杯, 西尔万
【问题讨论】:
标签: android gps coordinates velocity
不,Android API 仅提供 WGS84 位置,其中没有 ECEFWGS84 函数。 Google APIs for Android 中也没有任何内容。
所以你需要自己实现这部分,也许遵循这个维基百科条目:http://en.wikipedia.org/wiki/Geodetic_system#From_geodetic_to_ECEF
【讨论】: