setNorthEast method

LngLatBounds setNorthEast(
  1. LngLat ne
)

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));