Class IndoorAvoidanceOptions

java.lang.Object
com.here.sdk.venue.routing.IndoorAvoidanceOptions

public final class IndoorAvoidanceOptions extends Object

The options to specify restrictions for indoor route calculations.

  • Field Details

    • indoorFeatures

      @NonNull public List<IndoorFeatures> indoorFeatures

      A list of IndoorFeatures which routes should avoid. Strictly enforced: Route calculation will fail when no route can be calculated without at least one of these features.

  • Constructor Details

    • IndoorAvoidanceOptions

      public IndoorAvoidanceOptions()

      Creates an Indoor Avoidance object.

  • Method Details