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

withBoundingBox

@NonNull abstract fun withBoundingBox(boundingBox: BoundingBox!): IFuzzySearchQuery

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 - BoundingBox!: The top-left position of the bounding box and bottom-right position of the bounding box.

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