Returns a rectangular location to filter place results inside the boundaries.
Supports filtering as a restriction where results must be inside the bounds, or as a bias where
results in the bounds are preferred.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSPlaceRectangularLocationOption` creates a rectangular geographical boundary for filtering place results."],["This boundary can be used to either restrict results to within the specified area or bias results towards that area."],["The boundary is defined by specifying the northeast and southwest corner coordinates."]]],["`GMSPlaceRectangularLocationOption` creates a rectangular location filter for place results. It takes `northEastBounds` and `southWestBounds` as `CLLocationCoordinate2D` inputs. This filter can be used as a restriction, ensuring results are within the specified boundaries, or as a bias, prioritizing results within those boundaries. This function is useful for refining place searches within a specific rectangular geographic area.\n"]]