getSouthWest method

LngLat getSouthWest()

Returns the southwest corner of the bounding box.

@returns {LngLat} The southwest corner of the bounding box.

Implementation

LngLat getSouthWest() => LngLat.fromJsObject(jsObject.getSouthWest());