GPSUtils

object GPSUtils

Functions

Link copied to clipboard
fun getGPSSource(appContext: Context, nmeaSourceFile: File? = null, fileExt: String = defaultNmeaExt): LocationDataSource

Returns GPS source from NMEA file if it exists and is readable, otherwise returns the internal GPS source

Link copied to clipboard
fun getNmeaSource(appContext: Context, nmeaSourceFile: File? = null, fileExt: String = defaultNmeaExt): LocationDataSource?

Returns GPS source from NMEA file if it exists and is readable