onFeaturesNotAvailable abstract method

void onFeaturesNotAvailable(
  1. 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.

  • features List of unavailable location features.

Implementation

void onFeaturesNotAvailable(List<LocationFeature> features);