public static interface BrickletGPS.CoordinatesListener extends DeviceListener
BrickletGPS.setCoordinatesCallbackPeriod(long)
. The parameters are the same
as for BrickletGPS.getCoordinates()
.
The BrickletGPS.CoordinatesListener
listener is only triggered if the coordinates changed
since the last triggering and if there is currently a fix as indicated by
BrickletGPS.getStatus()
.Modifier and Type | Method and Description |
---|---|
void |
coordinates(long latitude,
char ns,
long longitude,
char ew,
int pdop,
int hdop,
int vdop,
int epe) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.