Class ParameterConfiguration
Package com.here.sdk.core
Class ParameterConfiguration
- java.lang.Object
-
- com.here.sdk.core.ParameterConfiguration
-
public final class ParameterConfiguration extends java.lang.ObjectContains values of configurable parameters that are used in SDK. This is a BETA feature and thus there can be bugs and unexpected behavior.
-
-
Field Summary
Fields Modifier and Type Field Description TransportSpecificationtransportSpecificationStores default values related to pedestrian, vehicle, scooter and taxi specifications.
-
Constructor Summary
Constructors Constructor Description ParameterConfiguration()Creates a new instance ofParameterConfigurationwith the default values set.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()
-
-
-
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
ParameterConfigurationwith the default values set.
-
-