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."],[[["\u003cp\u003e\u003ccode\u003eGMSPlaceRectangularLocationOption\u003c/code\u003e creates a rectangular geographical boundary for filtering place results.\u003c/p\u003e\n"],["\u003cp\u003eThis boundary can be used to either restrict results to within the specified area or bias results towards that area.\u003c/p\u003e\n"],["\u003cp\u003eThe boundary is defined by specifying the northeast and southwest corner coordinates.\u003c/p\u003e\n"]]],["`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"],null,["GMSPlaceRectangularLocationOption \n\n extern id\u003c../Protocols/GMSPlaceLocationBias.html, ../Protocols/GMSPlaceLocationRestriction.html\u003e _Nonnull GMSPlaceRectangularLocationOption(\n CLLocationCoordinate2D northEastBounds,\n CLLocationCoordinate2D southWestBounds)\n\nReturns a rectangular location to filter place results inside the boundaries.\nSupports filtering as a restriction where results must be inside the bounds, or as a bias where\nresults in the bounds are preferred."]]