Class IALocationListenerSupport

    • Constructor Detail

      • IALocationListenerSupport

        public IALocationListenerSupport()
    • Method Detail

      • onLocationChanged

        public void onLocationChanged​(IALocation location)
        Description copied from interface: IALocationListener
        Called when the location has changed.

        There are no restrictions on the use of the supplied location object

        .
        Specified by:
        onLocationChanged in interface IALocationListener
        Parameters:
        location - the new location
      • onStatusChanged

        public void onStatusChanged​(String provider,
                                    int status,
                                    Bundle extras)
        Description copied from interface: IALocationListener
        Called when provider status changes.
        Specified by:
        onStatusChanged in interface IALocationListener
        Parameters:
        provider - always IndoorAtlas
        status - current status of the service, see IALocationManager for STATUS_XXX constants
        extras - an optional Bundle which contains extra status variables