| Package | Description |
|---|---|
| com.codename1.impl |
The implementation package should not be used by developers, it is an internal implementation detail
which will break compatibility between major Codename One releases.
|
| 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.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Modifier and Type | Method and Description |
|---|---|
LocationManager |
CodenameOneImplementation.getLocationManager()
This method returns the platform Location Control
|
| Modifier and Type | Method and Description |
|---|---|
static LocationManager |
LocationManager.getLocationManager()
Gets the LocationManager instance
|
| Modifier and Type | Method and Description |
|---|---|
LocationManager |
Display.getLocationManager()
This method returns the platform Location Manager used for geofencing.
|
Copyright © 2023. All rights reserved.