getNorthWest method

LngLat getNorthWest()

Returns the northwest corner of the bounding box.

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

Implementation

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