public static interface BrickletGPSV2.AltitudeListener extends DeviceListener
BrickletGPSV2.setAltitudeCallbackPeriod(long)
. The parameters are the same
as for BrickletGPSV2.getAltitude()
.
The BrickletGPSV2.AltitudeListener
listener is only triggered if the altitude changed since the
last triggering and if there is currently a fix as indicated by
BrickletGPSV2.getStatus()
.Modifier and Type | Method and Description |
---|---|
void |
altitude(int altitude,
int geoidalSeparation) |
Copyright © 2022 Tinkerforge GmbH. All rights reserved.