public interface GnssNmeaListener
LocationManager.addNmeaListener(android.location.GpsStatus.NmeaListener)
to receive NMEA data from the GNSS engine.Modifier and Type | Method and Description |
---|---|
void |
onNmeaReceived(long timestamp,
String nmea)
Called when an NMEA message is received.
|
void onNmeaReceived(long timestamp, String nmea)