|
This function will return the current
LATITUDE from your GPS.
GPSLAT()
PARAMETERS
NONE
EXAMPLE:
To
return the current Latitude of your position and store that value in a
memory variable called
LATITUDE:
SETMEM(LATITUDE//GPSLAT())
*NOTE: This function requires an optional
GPS device. Please see the
GPSOPEN and GPSINIT statements for further information on configuring your
NMEA GPS
device. |