sdk-search / com.tomtom.online.sdk.search.data.alongroute / IAlongRouteSearchQuery / withFuelSet

withFuelSet

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

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
IAlongRouteSearchQuery: A reference to the builder object.