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