LocationFromGPSData
A class that defines the interface for getting locations programmatically (see onLocationUpdated(@Nullable Location location) method which must be called at 1 Hz frequency).
Functions
Link copied to clipboard
Link copied to clipboard
Returns the list of the required android permission(s) for this Location Data Source
Link copied to clipboard
Specifies whether the Location Data Source is enabled.
Link copied to clipboard
Returns the last known location update.
Link copied to clipboard
Must be called (at 1 Hz frequency) by the derived class whenever the last known location is updated or GPS signal has been lost.