com.oziexplorer
Interface MovingMapCallback
public interface MovingMapCallback
Interface for intercepting OziAPI moving map callbacks.
Copyright 2011 Alan Burlison, . All rights reserved.
Use is subject to license terms, see
LICENSE.txt.
|
Method Summary |
void |
movingMapCallback(LatLon latLon,
double speed,
double heading,
double magVar,
double altitude)
This method will be called back when the moving map callback is enabled. |
movingMapCallback
void movingMapCallback(LatLon latLon,
double speed,
double heading,
double magVar,
double altitude)
- This method will be called back when the moving map callback is enabled.
Callbacks can be enabled by a call to
OziAPI.sendMovingMapPositionOn(MovingMapCallback).
- Parameters:
latLon - the Lat/Lon position.speed - speed in kph.heading - heading in degrees from true north.magVar - magnetic variation.altitude - altitude in metres.