Package com.esri.arcgisruntime.location
Contains types to discover the current geographic location, and display that location in the map.
- Since:
- 100.0.0 for Android and 100.9.0 for Java SE
-
Interface Summary Interface Description LocationDataSource.ErrorChangedListener The listener interface for receivingerror changed events
from a LocationDataSource.LocationDataSource.HeadingChangedListener The listener interface for receiving heading changed events from a LocationDataSource.LocationDataSource.LocationChangedListener The listener interface for receiving location changed events from a LocationDataSource.LocationDataSource.StatusChangedListener The listener interface for receiving status changed events from a LocationDataSource.NmeaLocationDataSource.SatellitesChangedListener The listener interface for receiving satellite changed events. -
Class Summary Class Description LocationDataSource An abstract data source that provides location updates to the associated MapView's LocationDisplay.LocationDataSource.Location A location update provided by a LocationDataSource, consisting primarily of aPoint
representing a geographical location, and attributes of location change such as the course (direction of travel), and the velocity (speed of location change).NmeaLocationDataSource This object will parse specific NMEA messages pushed into it.NmeaLocationDataSource.NmeaLocation An NMEA location object.NmeaLocationDataSource.SatellitesChangedEvent An event representing a change of satellite information.NmeaSatelliteInfo An NMEA satellite info object.SimulatedLocationDataSource A location data source that provides simulated device locations for testing.SimulationParameters Parameters to control how locations are created from a simulated route of travel (Polyline). -
Enum Summary Enum Description LocationDataSource.Status The enumeration of possible LocationDataSource statuses.NmeaAccuracyType The list of NMEA accuracy types.NmeaFixType The list of NMEA fix types.NmeaGnssSystem Enumeration of supported GNSS (Global Navigation Satellite System) systems.