GPS Tutorial and Altitude

AlpVir

Well-Known Member
Licensed User
Longtime User
I state that I use the emulator, not a physical device.
I realized the Erel's projectl at the tread "GPS Tutorial" (11-14-2010)
With telnet commands :
geo fix 7.03 44.12
I can correctly view these coordinates 7.03 and 44.12 in the emulator.
However I can not see the height in meters above sea level.
The command:
geo fix 07.03 44.12 1200
does not produce any different result. lblAltutude is empty!
I specify that I only added a label with the following 2 lines of code:
Dim lblAltitude As Label [Sub Globals]
lblAltitude.Text = "Altitude = " & Location1.Altitude [Sub GPS_LocationChanged (Location1 As Location)]

Even using a Java Android GPS Simulator of "juanmasp".
Thank you for your attention.
AlpVir
 
Last edited:

AlpVir

Well-Known Member
Licensed User
Longtime User
Command "geo nmea ..." has the same effect as "geo fix ..."
The height is not shown !
I suspect that the emulator cuts the third parameter (altitude).
Any ideas?
AlpVir
 
Upvote 0

Similar Threads

Replies
24
Views
4K
Replies
2
Views
1K
Replies
218
Views
86K
Replies
120
Views
181K
Top