开发者

Read GPS coordinates and velocity in ECEF

Is it possible in android to read out the GPS coordinates and velo开发者_运维百科city in ECEF.

I'd like to have a velocity vector (x, y, z), like in standard GPS modules available?

Cheers, Silvan


No, the Android APIs only provide WGS84 positions, and there are no ECEF<->WGS84 functions in them. Nothing in the Google APIs for Android either.

So you need to implement this part yourself, maybe following this Wikipedia entry : http://en.wikipedia.org/wiki/Geodetic_system#From_geodetic_to_ECEF

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜