ParameterConfiguration (API Reference)
Package com.here.sdk.core
Class ParameterConfiguration
java.lang.Object
com.here.sdk.core.ParameterConfiguration
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 Summary
FieldsModifier and TypeFieldDescriptionStores default values related to pedestrian, vehicle, scooter and taxi specifications. -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofParameterConfigurationwith the default values set. -
Method Summary
-
Field Details
-
transportSpecification
Stores default values related to pedestrian, vehicle, scooter and taxi specifications.
-
-
Constructor Details
-
ParameterConfiguration
public ParameterConfiguration()Creates a new instance of
ParameterConfigurationwith the default values set. Note By default, the [ParameterConfiguration.transport_specification] will return a validTransportSpecificationobject with the [sdk.transport.TransportSpecification.transport_mode] set toTransportMode.CAR.
-
-
Method Details