Press on the image to return to the main documentation page.
LocationManager
Written by XverhelstX
List of types:
LocationManager
LocationManager
Permissions:
android.permission.ACCESS_COARSE_LOCATION
android.permission.INTERNET
android.permission.ACCESS_FINE_LOCATION
Events:
None
Members:
Initialize
(
EventName
As
String
)
requestGPSLocation
requestMobileLocation
stopGPSListening
stopMobileListening
Members description:
Initialize
(
EventName
As
String
)
Initializes the Locationmanager
EventName - Events subs prefix.
requestGPSLocation
Request the location.
LocationChanged, providerdisabled, providerenabled, statuschanged.
requestMobileLocation
Request the location.
LocationChanged, providerdisabled, providerenabled, statuschanged.
stopGPSListening
Stops listening for the locations.
stopMobileListening
Stops listening for the locations.
Top