Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e74dd0a5 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix the link of addNmeaListener"

parents 37c4744c 1fadf4d3
Loading
Loading
Loading
Loading
+10 −7
Original line number Diff line number Diff line
@@ -16,13 +16,16 @@

package android.location;

import java.util.concurrent.Executor;

/**
 * Used for receiving NMEA sentences from the GNSS.
 * NMEA 0183 is a standard for communicating with marine electronic devices
 * and is a common method for receiving data from a GNSS, typically over a serial port.
 * See <a href="http://en.wikipedia.org/wiki/NMEA_0183">NMEA 0183</a> for more details.
* You can implement this interface and call {@link LocationManager#addNmeaListener}
* to receive NMEA data from the GNSS engine.
 * You can implement this interface and call
 * {@link LocationManager#addNmeaListener(Executor, OnNmeaMessageListener)} to receive NMEA data
 * from the GNSS engine.
 */
public interface OnNmeaMessageListener {
    /**