LocationListener
with LocationManager
instead@Deprecated
public 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 |
@Deprecated 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 location@Deprecated void onInvalidPoseReceived(SitumLocation location)
LocationListener
with LocationManager
insteadx
and y
values from the SitumLocation
are equals to 0.0
location
- invalid location