sdk-search / com.tomtom.online.sdk.search.data.fuzzy / FuzzySearchQueryBuilder / withBoundingBox

withBoundingBox

fun withBoundingBox(boundingBox: BoundingBox): FuzzySearchQueryBuilder

Overrides IFuzzySearchQuery.withBoundingBox

The bounding box for the search. NOTE: Point-Radius parameters and bounding box parameters are mutually exclusive. Point-Radius parameters take precendence when both are passed in.

Parameters

boundingBox - The top-left position of the bounding box and bottom-right position of the bounding box.

Return
The builder of the query with a new value for the bounding box being set.