parameterConfig property - SDKNativeEngine class - core.engine library - Dart API
parameterConfig
parameterConfig property
Configuration for default values of parameters used in the HERE SDK. Note: This feature is in beta state and thus there can be bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. Gets the configuration for default values of parameters used in the HERE SDK.
Implementation
static ParameterConfiguration get parameterConfig => $prototype.parameterConfig;
Configuration for default values of parameters used in the HERE SDK. Note: This feature is in beta state and thus there can be bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. Sets the configuration for default values of parameters used in the HERE SDK.
Implementation
static set parameterConfig(ParameterConfiguration value) { $prototype.parameterConfig = value; }