public class SelfPresenter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
| Constructor and Description |
|---|
SelfPresenter(android.content.SharedPreferences prefs) |
| Modifier and Type | Method and Description |
|---|---|
void |
bind(RouteElevationView routeElevationView,
MapView mapView) |
void |
process()
Will recompute when the last selfMarker distance is greater than the DELTA_RECOMPUTE_METERS, poling once every second.
|
void |
start(java.lang.String routeTitle,
GeoPointMetaData[] geoPoints,
double[] distances) |
void |
stop() |
public static final java.lang.String TAG
public void bind(RouteElevationView routeElevationView, MapView mapView)
public void start(java.lang.String routeTitle,
GeoPointMetaData[] geoPoints,
double[] distances)
public void stop()
public void process()