SearchOptions

fun SearchOptions(    proximity: Point? = null,     boundingBox: BoundingBox? = null,     countries: List<IsoCountryCode>? = null,     fuzzyMatch: Boolean? = null,     languages: List<IsoLanguageCode>? = defaultSearchOptionsLanguage(),     limit: Int? = null,     types: List<QueryType>? = null,     requestDebounce: Int? = null,     origin: Point? = null,     navigationOptions: SearchNavigationOptions? = null,     routeOptions: RouteOptions? = null,     unsafeParameters: Map<String, String>? = null,     ignoreIndexableRecords: Boolean = false,     indexableRecordsDistanceThresholdMeters: Double? = null)