Class ParameterConfiguration

java.lang.Object
com.here.sdk.core.ParameterConfiguration

public final class ParameterConfiguration extends Object

Contains values of configurable parameters that are used in SDK. This is a BETA feature and thus there can be bugs and unexpected behavior.

  • Field Details

    • transportSpecification

      @NonNull public TransportSpecification transportSpecification

      Stores default values related to pedestrian, vehicle, scooter and taxi specifications.

  • Constructor Details

    • ParameterConfiguration

      public ParameterConfiguration()

      Creates a new instance of ParameterConfiguration with the default values set. Note By default, the [ParameterConfiguration.transport_specification] will return a valid TransportSpecification object with the [sdk.transport.TransportSpecification.transport_mode] set to TransportMode.CAR.

  • Method Details