getNorthEast method

LngLat getNorthEast()

Returns the northeast corner of the bounding box.

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

Implementation

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