setNorthEast method
Set the northeast corner of the bounding box
@param {LngLatLike} ne
@returns {LngLatBounds} this
Implementation
LngLatBounds setNorthEast(LngLat ne) =>
LngLatBounds.fromJsObject(jsObject.setNorthEast(ne.jsObject));
Set the northeast corner of the bounding box
@param {LngLatLike} ne
@returns {LngLatBounds} this
LngLatBounds setNorthEast(LngLat ne) =>
LngLatBounds.fromJsObject(jsObject.setNorthEast(ne.jsObject));