LocationListener with LocationManager insteadpublic interface SitumPoseReceiver
| Modifier and Type | Method and Description |
|---|---|
void |
onInvalidPoseReceived(SitumLocation location)
Deprecated.
use
LocationListener with LocationManager instead |
void |
onPoseReceived(SitumLocation location)
Deprecated.
use
LocationListener with LocationManager instead |
void onPoseReceived(SitumLocation location)
LocationListener with LocationManager insteadx and y values from the SitumLocation
are not equals to 0.0
Normally this method is called every second
location - valid locationvoid onInvalidPoseReceived(SitumLocation location)
LocationListener with LocationManager insteadx and y
values from the SitumLocation are equals to 0.0location - invalid location