diff --git a/reference.html b/reference.html index 138db926..29274835 100644 --- a/reference.html +++ b/reference.html @@ -211,7 +211,7 @@ var map = L.map('map', {
maxBounds
LatLngBounds
null
crs
zoomReverse
Boolean
false
true
, the zoom number used in tile URLs will be reversed (maxZoom - zoom
instead of zoom
)true
, the zoom number used in tile URLs will be reversed (maxZoom - zoom
instead of zoom
).opacity
Number
equals(
@@ -5304,7 +5304,7 @@ MyClass.FOO; // 'bar'
Number
fn
to be executed when the browser repaints. When immediate
is set, fn
is called immediately if the browser doesn't have native support for requestAnimationFrame
, otherwise it's delayed. Returns an id that can be used to cancel the requestfn
to be executed when the browser repaints. When immediate
is set, fn
is called immediately if the browser doesn't have native support for requestAnimationFrame
, otherwise it's delayed. Returns an id that can be used to cancel the request.cancelAnimFrame(
@@ -5848,7 +5848,7 @@ fx.run(el, [300, 500], 0.5);
this
0.25
by default) and easing linearity factor (3rd argument of the cubic bezier curve, 0.5
by default)0.25
by default) and easing linearity factor (3rd argument of the cubic bezier curve, 0.5
by default).A class for making DOM elements draggable (including touch support). Used internally for map and marker dragging. Only works for elements that were positioned with DomUtil#setPosition
+A class for making DOM elements draggable (including touch support). Used internally for map and marker dragging. Only works for elements that were positioned with DomUtil#setPosition.
var draggable = new L.Draggable(elementToDrag);
draggable.enable();