Package-level declarations
Types
Link copied to clipboard
Defines daylight' status according to current GPS' position, time and date
Link copied to clipboard
Abstract class that defines the interface for providing location updates from a location data source.
Link copied to clipboard
class LocationFromBuiltInGPS(_appContext: Context) : LocationDataSource, DefaultLifecycleObserver, LocationListener
A class that defines the interface for getting locations from the Built-In GPS
Link copied to clipboard
A class that defines the interface for getting locations programmatically (see onLocationUpdated(@Nullable Location location) method which must be called at 1 Hz frequency).
Link copied to clipboard
A class that defines the interface for getting locations from a file containing NMEA messages.
Link copied to clipboard
A class that defines the interface for getting locations from a computed Route. This is useful for simulation or demo mode.