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