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