sdk-search / com.tomtom.online.sdk.search.data.fuzzy / IFuzzySearchQuery / withFuelSet

withFuelSet

@NonNull abstract fun withFuelSet(fuelSet: String!): IFuzzySearchQuery

A comma-separated list of fuel types which could be used to restrict the result to Points Of Interest of specific fuels.

Parameters

fuelSet - String!: A comma-separated list of fuel types.

Return
IFuzzySearchQuery: A reference to the builder object.