setSouthWest method
Set the southwest corner of the bounding box
@param {LngLatLike} sw
@returns {LngLatBounds} this
Implementation
LngLatBounds setSouthWest(LngLat sw) =>
LngLatBounds.fromJsObject(jsObject.setSouthWest(sw.jsObject));
Set the southwest corner of the bounding box
@param {LngLatLike} sw
@returns {LngLatBounds} this
LngLatBounds setSouthWest(LngLat sw) =>
LngLatBounds.fromJsObject(jsObject.setSouthWest(sw.jsObject));