diff --git a/reference.html b/reference.html index b4574208..a567dc32 100644 --- a/reference.html +++ b/reference.html @@ -3131,6 +3131,26 @@ map.panTo(new L.LatLng(50, 30)); LatLng Returns the south-east point of the bounds. + + getWest() + Number + Returns the west longitude of the bounds. + + + getSouth() + Number + Returns the south latitude of the bounds. + + + getEast() + Number + Returns the east longitude of the bounds. + + + getNorth() + Number + Returns the north latitude of the bounds. + getCenter() LatLng