set Bounds
Default: -180, -90, 180, 90. The maximum extent of available map tiles. Bounds MUST define an area covered by all zoom levels. The bounds are represented in WGS:84 latitude and longitude values, in the order left, bottom, right, top. Values may be integers or floating point numbers.
Parameters
the Float array to set
Default: -180, -90, 180, 90. The maximum extent of available map tiles. Bounds MUST define an area covered by all zoom levels. The bounds are represented in WGS:84 latitude and longitude values, in the order left, bottom, right, top. Values are floating point numbers.
Parameters
the Float left bound
the Float bottom bound
the Float right bound
the Float top bound
Default: -180, -90, 180, 90. The maximum extent of available map tiles. Bounds MUST define an area covered by all zoom levels. The bounds are represented in WGS:84
Parameters
The LatLngBounds instance containing bounds
Deprecated
Not strongly typed
Replace with
setBounds(bounds: LatLngBounds
Default: -180, -90, 180, 90. The maximum extent of available map tiles. Bounds MUST define an area covered by all zoom levels. The bounds are represented in WGS:84 latitude and longitude values, as a Float array of exactly four elements in the order left, bottom, right, top. They are all floating point numbers.
Parameters
The Array of floats containing bounds in the order left, bottom, right, top