public class IALocationListenerSupport extends java.lang.Object implements IALocationListener
IALocationListener as no-ops.| Constructor and Description |
|---|
IALocationListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
onLocationChanged(IALocation location)
Called when the location has changed.
|
void |
onStatusChanged(java.lang.String provider,
int status,
android.os.Bundle extras)
Called when provider status changes.
|
public void onLocationChanged(IALocation location)
IALocationListenerThere are no restrictions on the use of the supplied location object
onLocationChanged in interface IALocationListenerlocation - the new locationpublic void onStatusChanged(java.lang.String provider,
int status,
android.os.Bundle extras)
IALocationListeneronStatusChanged in interface IALocationListenerprovider - always IndoorAtlasstatus - current status of the service, see IALocationManager for
STATUS_XXX constantsextras - an optional Bundle which contains extra status variables