getSouthEast method

LngLat getSouthEast()

Returns the southeast corner of the bounding box.

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

Implementation

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