EXT_GPS_GetCoordinates

MSS 5.1 - 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