getNmeaSource
fun getNmeaSource(appContext: Context, nmeaSourceFile: File? = null, fileExt: String = defaultNmeaExt): LocationDataSource?
Returns GPS source from NMEA file if it exists and is readable
Return
the LocationDataSource or null if file is not found or not readable.