getSouthWest method
Returns the southwest corner of the bounding box.
@returns {LngLat} The southwest corner of the bounding box.
Implementation
LngLat getSouthWest() => LngLat.fromJsObject(jsObject.getSouthWest());
Returns the southwest corner of the bounding box.
@returns {LngLat} The southwest corner of the bounding box.
LngLat getSouthWest() => LngLat.fromJsObject(jsObject.getSouthWest());