Package com.tinkerforge
Interface BrickletGPS.CoordinatesListener
-
- All Superinterfaces:
DeviceListener
,java.util.EventListener
,TinkerforgeListener
- Enclosing class:
- BrickletGPS
public static interface BrickletGPS.CoordinatesListener extends DeviceListener
This listener is triggered periodically with the period that is set byBrickletGPS.setCoordinatesCallbackPeriod(long)
. The parameters are the same as forBrickletGPS.getCoordinates()
. TheBrickletGPS.CoordinatesListener
listener is only triggered if the coordinates changed since the last triggering and if there is currently a fix as indicated byBrickletGPS.getStatus()
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
coordinates(long latitude, char ns, long longitude, char ew, int pdop, int hdop, int vdop, int epe)
-