Device Location
Obtain the device location using a combination of WIFI, GPS, and cell phone towers signals.
Parameter
Description
callback: ProcessCallback
Process callback
Implementation example
Callback params
location: LocationData?
The device location coordinates
error: Errors?
Errors associated enum
altitude: Double
The device altitude coordinates.
longitude: Double
The device longitude coordinates.
latitude: Double
The device latitude coordinates.
Was this helpful?