SearchConfiguration

constructor(    categories: Set<CategoryId> = DEFAULT_POI_CATEGORIES,     detourTime: Duration = DEFAULT_DETOUR_TIME,     numberOfResults: Int = DEFAULT_NUMBER_OF_RESULTS,     minPower: Power? = null,     maxPower: Power? = null,     engineType: EngineType? = null,     openingHoursMode: OpeningHoursMode? = null)