| 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.maps |
The mapping API allows developers to use maps in their applications, add layers
on top of the map and to enhance the API with additional Layers, Providers and functionality.
|
| com.codename1.ui |
Main widget package containing the component/container "composite" similar
both in terminology and design to Swing/AWT.
|
| Class and Description |
|---|
| LocationManager
The LocationManager is the main entry to retrieveLocation or to bind a LocationListener,
important: in order to use location on iOS you will need to define the build
argument
ios.locationUsageDescription. |
| Class and Description |
|---|
| Geofence
Metadata for geofencing support that allows tracking user location in the background while the app
is inactive.
The sample below tracks location and posts a notification or shows a dialog based on the state of the app: |
| GeofenceListener
Listener interface for the Geofence background tracking functionality.
|
| GeofenceManager
A utility class to simplify Geofencing in Codename One.
|
| Location
Represents a position and possible velocity returned from positioning API's.
|
| LocationListener
This is a Listener to the Locations events see
LocationManager.setLocationListener
|
| LocationManager
The LocationManager is the main entry to retrieveLocation or to bind a LocationListener,
important: in order to use location on iOS you will need to define the build
argument
ios.locationUsageDescription. |
| LocationRequest
This class is used when requesting to listen to location update.
|
| Class and Description |
|---|
| Location
Represents a position and possible velocity returned from positioning API's.
|
| Class and Description |
|---|
| LocationManager
The LocationManager is the main entry to retrieveLocation or to bind a LocationListener,
important: in order to use location on iOS you will need to define the build
argument
ios.locationUsageDescription. |
Copyright © 2022. All rights reserved.