GooglePlaces Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
GMSPlaceRectangularLocationOption
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.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-27 UTC.
[null,null,["Last updated 2025-08-27 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,["# GooglePlaces Framework Reference\n\nGMSPlaceRectangularLocationOption\n=================================\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."]]