Interface LocationStatusListener


public interface LocationStatusListener

Interface for listening the LocationEngine status updates.

  • Method Details

    • onStatusChanged

      void onStatusChanged(@NonNull LocationEngineStatus locationEngineStatus)

      Called each time the status of the LocationEngine has changed. Invoked on the main thread.

      Parameters:
      locationEngineStatus -

      The new status.

    • onFeaturesNotAvailable

      void onFeaturesNotAvailable(@NonNull List<LocationFeature> features)

      Called after start() if any requested location feature is not available for the application. Typically all features are enabled by default, but in certain variants some features may be disabled, e.g. to reduce binary size. If a feature that you need is not available, contact your HERE representative for more information.

      Parameters:
      features -

      List of unavailable location features.