public class RangeAndBearingTableHandler
extends java.lang.Object
Constructor and Description |
---|
RangeAndBearingTableHandler(android.view.View v)
Handle the Range Range and Bearing table included in the v provided.
|
Modifier and Type | Method and Description |
---|---|
void |
setEnabled(boolean b) |
void |
setVisibility(int visibility) |
void |
update(GeoPoint from,
GeoPoint to)
Given two geopoints set up the range and bearing table computing the various values
based on the supplied points.
|
void |
update(PointMapItem device,
GeoPoint _marker) |
void |
update(PointMapItem device,
PointMapItem _marker) |
public RangeAndBearingTableHandler(android.view.View v)
public void setVisibility(int visibility)
public void setEnabled(boolean b)
public void update(PointMapItem device, PointMapItem _marker)
public void update(PointMapItem device, GeoPoint _marker)
public void update(GeoPoint from, GeoPoint to)