android - Read GPS coordinates and velocity in ECEF -


is possible in android read out gps coordinates , velocity in ecef.

i'd have velocity vector (x, y, z), in standard gps modules available?

cheers, silvan

no, android apis provide wgs84 positions, , there no ecef<->wgs84 functions in them. nothing in google apis android either.

so need implement part yourself, maybe following wikipedia entry : http://en.wikipedia.org/wiki/geodetic_system#from_geodetic_to_ecef


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -