EXT_GPS_GetCoordinates
MSS 5.0 - Extensibility - Functions Kalipso to MSS - GPS - EXT_GPS_GetCoordinates
Function to get the coordinates of the current location.
Input parameters:
inTimeout β Timeout in seconds to wait for the coordinates;
Output parameters:
outResultCode β Return code: 1 β Coordinates obtained / 0 β Error getting coordinates;
outErrorMessage β Error message if any error occurred getting the coordinates;
outLongitude β Longitude of the current place;
outLatitude β Latitude of the current place;
outAltitude β Altitude of the current place;
Last updated