Class ParameterConfiguration

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

  • public final class ParameterConfiguration
    extends java.lang.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 Detail

      • transportSpecification

        @NonNull
        public TransportSpecification transportSpecification

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

    • Constructor Detail

      • ParameterConfiguration

        public ParameterConfiguration()

        Creates a new instance of ParameterConfiguration with the default values set.

    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object