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)
IALocationListener
There are no restrictions on the use of the supplied location
object
onLocationChanged
in interface IALocationListener
location
- the new locationpublic void onStatusChanged(java.lang.String provider, int status, android.os.Bundle extras)
IALocationListener
onStatusChanged
in interface IALocationListener
provider
- always IndoorAtlas
status
- current status of the service, see IALocationManager
for
STATUS_XXX
constantsextras
- an optional Bundle which contains extra status variables