public static interface BrickletGPS.MotionListener extends DeviceListener
BrickletGPS.setMotionCallbackPeriod(long)
. The parameters are the same
as for BrickletGPS.getMotion()
.
The BrickletGPS.MotionListener
listener is only triggered if the motion changed since the
last triggering and if there is currently a fix as indicated by
BrickletGPS.getStatus()
.Modifier and Type | Method and Description |
---|---|
void |
motion(long course,
long speed) |
Copyright © 2020 Tinkerforge GmbH. All rights reserved.