public static interface DeadReckoningManager.DeadReckoner
Modifier and Type | Method and Description |
---|---|
void |
calcEstimate(PointMapItem item,
long time)
The position calculated must be marked with GeoPointSource.ESTIMATED
|
void |
dispose()
Allows for cleanup of the DeadRecker.
|
void |
nextSampled(PointMapItem item,
long time)
Provide the algorithm the next sample point.
|
void dispose()
void nextSampled(PointMapItem item, long time)
item
- the geospatial point that has been sampled from a sensor.time
- the time in elapsedRealtime that described the gp.void calcEstimate(PointMapItem item, long time)
item
- the item to set with the next estimated point.time
- the time in SystemClock.elaspedRealtime to estimate.