Interface | Description |
---|---|
CountryListener |
The listener for receiving the notification when the country is detected or
changed
|
GnssNmeaListener |
Used for receiving NMEA sentences from the GNSS.
|
GpsMeasurementsEvent.Listener |
Used for receiving GPS satellite measurements from the GPS engine.
|
GpsNavigationMessageEvent.Listener |
Used for receiving GPS satellite Navigation Messages from the GPS engine.
|
GpsStatus.Listener | Deprecated
use
GnssStatus.Callback instead. |
GpsStatus.NmeaListener | Deprecated
use
OnNmeaMessageListener instead. |
LocationListener |
Used for receiving notifications from the LocationManager when
the location has changed.
|
OnNmeaMessageListener |
Used for receiving NMEA sentences from the GNSS.
|
Class | Description |
---|---|
Address |
A class representing an Address, i.e, a set of Strings describing a location.
|
Country |
This class wraps the country information.
|
CountryDetector |
This class provides access to the system country detector service.
|
Criteria |
A class indicating the application criteria for selecting a
location provider.
|
FusedBatchOptions |
A data class representing a set of options to configure batching sessions.
|
FusedBatchOptions.BatchFlags | |
FusedBatchOptions.SourceTechnologies |
Definition of enum flag sets needed by this class.
|
Geocoder |
A class for handling geocoding and reverse geocoding.
|
GeocoderParams |
This class contains extra parameters to pass to an IGeocodeProvider
implementation from the Geocoder class.
|
Geofence |
Represents a geographical boundary, also known as a geofence.
|
GnssClock |
A class containing a GPS clock timestamp.
|
GnssMeasurement |
A class representing a GNSS satellite measurement, containing raw and computed information.
|
GnssMeasurementsEvent |
A class implementing a container for data associated with a measurement event.
|
GnssMeasurementsEvent.Callback |
Used for receiving GNSS satellite measurements from the GNSS engine.
|
GnssNavigationMessage |
A class containing a GNSS satellite Navigation Message.
|
GnssNavigationMessage.Callback |
Used for receiving GNSS satellite Navigation Messages from the GNSS engine.
|
GnssNavigationMessageEvent |
A class implementing a container for data associated with a navigation message event.
|
GnssNavigationMessageEvent.Callback |
Used for receiving GNSS satellite Navigation Messages from the GNSS engine.
|
GnssStatus |
This class represents the current state of the GNSS engine.
|
GnssStatus.Callback |
Used for receiving notifications when GNSS events happen.
|
GnssStatusCallback |
Used for receiving notifications when GNSS events happen.
|
GpsClock |
A class containing a GPS clock timestamp.
|
GpsMeasurement |
A class representing a GPS satellite measurement, containing raw and computed information.
|
GpsMeasurementsEvent |
A class implementing a container for data associated with a measurement event.
|
GpsNavigationMessage |
A class containing a GPS satellite Navigation Message.
|
GpsNavigationMessageEvent |
A class implementing a container for data associated with a navigation message event.
|
GpsSatellite | Deprecated
use
GnssStatus and GnssStatus.Callback . |
GpsStatus | Deprecated
use
GnssStatus and GnssStatus.Callback . |
Location |
A data class representing a geographic location.
|
LocationManager |
This class provides access to the system location services.
|
LocationProvider |
An abstract superclass for location providers.
|
LocationRequest |
A data object that contains quality of service parameters for requests
to the
LocationManager . |
SettingInjectorService |
Dynamically specifies the enabled status of a preference injected into
the list of app settings displayed by the system settings app
For use only by apps that are included in the system image, for preferences that affect multiple
apps.
|
Annotation Type | Description |
---|---|
GnssMeasurement.MultipathIndicator |
The status of the multipath indicator.
|
GnssMeasurementsEvent.Callback.GnssMeasurementsStatus |
The status of the GNSS measurements event.
|
GnssNavigationMessage.Callback.GnssNavigationMessageStatus |
The status of GNSS measurements event.
|
GnssNavigationMessage.GnssNavigationMessageType |
The type of the GNSS Navigation Message
|
GnssNavigationMessageEvent.GnssNavigationMessageStatus |
The status of GNSS measurements event.
|
GnssStatus.ConstellationType |
Constellation type.
|