# GPS

| Extension                                                                                                                                                    | Description                                                           |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------------------------------------- |
| [EXT\_GPS\_Connect](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/gps/ext_gps_connect)                                     | Function to active the GPS device to get coordinates.                 |
| [EXT\_GPS\_GetAddressFromLatLong](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/gps/ext_gps_getaddressfromlatlong)         | Function to get the full address based on a longitude and latitude.   |
| [EXT\_GPS\_GetCoordinates](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/gps/ext_gps_getcoordinates)                       | Function to get the coordinates of the current location.              |
| [EXT\_GPS\_GetCoordinatesFromAddress](https://doc.sysdevmobile.com/mss-extensibility/mss-5.1/functions-kalipso-to-mss/gps/ext_gps_getcoordinatesfromaddress) | Function to get the coordinates of a place based on its full address. |
