EVSearchOptions (API Reference)
Package com.here.sdk.search
Class EVSearchOptions
java.lang.Object
com.here.sdk.search.EVSearchOptions
Encapsulates additional options that control the behavior of EVSearchEngine.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors.
Related APIs may change for new releases without a deprecation process.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of additional optional features to be returned inEVChargingLocation.List of tariff search options. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
additionalFeatures
List of additional optional features to be returned in
EVChargingLocation. If empty, only minimal set of the required features will be returned. -
requestedTariffs
List of tariff search options. This parameter is effective only if the
additionalFeaturescontainsEVChargingLocationFeature.TARIFFS. If empty, the response contains only ad-hoc tariffs, if available.
-
-
Constructor Details
-
EVSearchOptions
public EVSearchOptions()Creates an EVSearchOptions object.
-
-
Method Details