| Package | Description |
|---|---|
| com.codename1.location |
Abstraction of location services (GPS/Geofencing etc.) providing user global positioning and monitoring over
such changes both in the foreground and background.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GeofenceManager.Listener
Deprecated.
For internal use only.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocationListener |
LocationManager.getListener() |
protected LocationListener |
LocationManager.getLocationListener()
Allows the implementation to notify the location listener of changes to location
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocationManager.setLocationListener(LocationListener l)
Sets a LocationListener on the device, use this method if you need to be
updated on the device Locations rather then calling getCurrentLocation.
|
void |
LocationManager.setLocationListener(LocationListener l,
LocationRequest req)
Sets a LocationListener on the device, use this method if you need to be
updated on the device Locations rather then calling getCurrentLocation.
|
Copyright © 2021. All rights reserved.