setSouthWest method

LngLatBounds setSouthWest(
  1. LngLat sw
)

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));