public class RouteRecorder extends Object
Modifier and Type | Field and Description |
---|---|
protected ArrayList<RecordedGeoPoint> |
mRecords |
Constructor and Description |
---|
RouteRecorder() |
Modifier and Type | Method and Description |
---|---|
void |
add(GeoPoint aGeoPoint,
int aNumSatellites) |
void |
add(android.location.Location aLocation,
int aNumSatellites) |
ArrayList<RecordedGeoPoint> |
getRecordedGeoPoints() |
protected final ArrayList<RecordedGeoPoint> mRecords
public ArrayList<RecordedGeoPoint> getRecordedGeoPoints()
public void add(android.location.Location aLocation, int aNumSatellites)
public void add(GeoPoint aGeoPoint, int aNumSatellites)
Copyright © 2014. All Rights Reserved.