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