mobile.getGeolocation
Returns the Global Positioning System (GPS) location of a mobile device.
Syntax
ui.Interface.frontCall("mobile", "getGeolocation",
[], [status, latitude, longitude] )
- status - Holds the status of the front call execution.
- latitude - Holds the current latitude.
- longitude - Holds the current longitude.
Usage
The "mobile.getGeolocation
" front call is a synonym for standard.getGeolocation.