New basemap styling is coming soon to Google Maps Platform. This update to map styling includes a new default color palette, modernized pins, and improvements to map experiences and usability. All map styles will be automatically updated in March 2025. For more information on availability and how to opt in earlier, see New map style for Google Maps Platform.
Includes this point for building of the bounds. The bounds will be extended in a minimum way
to include this point.
More precisely, it will consider extending the bounds both in the eastward and westward
directions (one of which may cross the antimeridian) and choose the smaller of the two. In
the case that both directions result in a LatLngBounds of the same size, this will extend it
in the eastward direction. For example, adding points (0, -179) and (1, 179) will create a
bound crossing the 180 longitude.
[[["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 2025-02-07 UTC."],[[["`LatLngBounds.Builder` helps create a geographical boundary based on a set of latitude and longitude points."],["You can add points to the boundary using the `include()` method."],["The `build()` method finalizes the boundary, but requires at least one point to have been included."],["The boundary expands to minimally encompass all included points, potentially crossing the 180° longitude."]]],[]]