Contents
Display Legacy Contents

 Print
    GPS Get Coordinates    
Get coordinates, Speed and Bearing from GPS NMEA device.

Parameters

Longitude <unquoted string>

The control or variable that saves the longitude coordinates of GPS.

 
Latitude <unquoted string>

The control or variable that saves the longitude coordinates of GPS.

 
Altitude <unquoted string>

The control or variable that saves the altitude coordinates of GPS.

 
Speed <unquoted string>

The control or variable that saves the speed of the GPS.

 
Bearing <unquoted string>

The control or variable that saves the bearing of the GPS. This parameter represents the Angle in degrees: 0 - North, 90 - East, 180 - South, 270 - West.

 
Nbr Satellites <unquoted string>

The control or variable that saves the number of satellites used for the GPS connection. For general purposes the following values can be used: <= 2 - No Signal, 3 - Poor Signal, 4 - OK, 5 - Good.

 
Date <unquoted string>

The control or variable that saves the current date.

 
Time <unquoted string>

The control or variable that saves the current time.

 
GPRMC Sentence <unquoted string>

The control or variable that saves the GPRMC Sentence.

 
GPGGA Sentence <unquoted string>

The control or variable that saves the GPGGA Sentence.

 
NMEA Data <unquoted string>

The control or variable that saves the NMEA Data.

 
Timeout <numeric>

The numeric value that represents the timeout used for this action.

     
 

    See also
    Samples

     
     
    Updated: 4/8/2016 12:33 PM