Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 5
public static interface

GpsStatus.NmeaListener

android.location.GpsStatus.NmeaListener

Class Overview

Used for receiving NMEA sentences from the GPS. NMEA 0183 is a standard for communicating with marine electronic devices and is a common method for receiving data from a GPS, typically over a serial port. See NMEA 0183 for more details. You can implement this interface and call addNmeaListener(GpsStatus.NmeaListener) to receive NMEA data from the GPS engine.

Summary

Public Methods
abstract void onNmeaReceived (long timestamp, String nmea)

Public Methods

public abstract void onNmeaReceived (long timestamp, String nmea)

Added in API level 5