Class VehicleRestrictionCondition

java.lang.Object
com.here.sdk.mapdata.VehicleRestrictionCondition

public final class VehicleRestrictionCondition extends Object

Combined set of conditions that must all be satisfied for a regulation to apply.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • requiredRoadProfile

      @Nullable public RoadProfileCondition requiredRoadProfile

      Road profile conditions that activate this restriction.

    • requiredWeatherCondition

      @Nullable public WeatherType requiredWeatherCondition

      Weather condition that must be present for this restriction to apply.

    • appliesDuring

      @NonNull public List<TimeRule> appliesDuring

      Time rules during which this restriction is active.

    • requiredVehicleProfile

      @NonNull public List<VehicleProfileRestriction> requiredVehicleProfile

      Vehicle profile that is subject to this restriction.

  • Constructor Details

    • VehicleRestrictionCondition

      public VehicleRestrictionCondition()

      Creates a new instance with default values.

  • Method Details