My code is wrong a few tens of meters to measure the height, probably because they consider the geoid or ellipsoid (not sure which one).
I use a external GPS (connected via Bluetooth).
Here is some code snippet :
GPS1.Initialize("GPS")
StartActivity(GPS1.LocationSettingsIntent)
Sub GPS_LocationChanged (Location1 As Location)
H=Location1.Altitude
lblQuotaX.Text = H
End Sub
Thanks in advance
I use a external GPS (connected via Bluetooth).
Here is some code snippet :
GPS1.Initialize("GPS")
StartActivity(GPS1.LocationSettingsIntent)
Sub GPS_LocationChanged (Location1 As Location)
H=Location1.Altitude
lblQuotaX.Text = H
End Sub
Thanks in advance