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