diff --git a/reference.html b/reference.html
index 496d72a1..14a9eb50 100644
--- a/reference.html
+++ b/reference.html
@@ -958,7 +958,7 @@ var map = L.map('map', {
Other Methods
-
+
Method |
Returns |
@@ -969,12 +969,12 @@ var map = L.map('map', {
HTMLElement |
Returns the container element of the map. |
-
+
getPanes() |
MapPanes |
Returns an object with different map panes (to render overlays in). |
-
+
whenReady(
<Function> fn,
<Object> context? ) |
@@ -985,7 +985,7 @@ var map = L.map('map', {
Locate options
-
+
Option |
Type |
@@ -1033,7 +1033,7 @@ var map = L.map('map', {
Zoom/pan options
-
+
Option |
Type |
@@ -1068,7 +1068,7 @@ var map = L.map('map', {
Pan options
-
+
Option |
Type |
@@ -1103,7 +1103,7 @@ var map = L.map('map', {
Zoom options
-
+
Option |
Type |
@@ -1122,7 +1122,7 @@ var map = L.map('map', {
The same as zoom/pan options and additionally:
-
+
Option |
Type |
@@ -1160,7 +1160,7 @@ var map = L.map('map', {
map.attributionControl.addAttribution("Earthquake data © GeoNames");
-
+
Property |
Type |
@@ -1218,7 +1218,7 @@ var map = L.map('map', {
An object literal (returned by map.getPanes) that contains different map panes that you can use to put your custom overlays in. The difference is mostly in zIndex order that such overlays get.
-
+
Property |
Type |
@@ -1270,7 +1270,7 @@ var map = L.map('map', {
Constructor
-
+
Constructor |
Usage |
@@ -1293,7 +1293,7 @@ var map = L.map('map', {
Options
-
+
Option |
Type |
@@ -1360,7 +1360,7 @@ var map = L.map('map', {
You can subscribe to the following events using these methods.
-
+
Event |
Data |
@@ -1435,7 +1435,7 @@ var map = L.map('map', {
Methods
-
+
Method |
Returns |
@@ -1543,7 +1543,7 @@ var map = L.map('map', {
marker.dragging.disable();
-
+
Property |
Type |
@@ -1574,7 +1574,7 @@ var map = L.map('map', {
Constructor
-
+
Constructor |
Usage |
@@ -1597,7 +1597,7 @@ var map = L.map('map', {
-
+
Option |
Type |
@@ -1670,7 +1670,7 @@ var map = L.map('map', {
Methods
-
+
Method |
Returns |
@@ -1725,7 +1725,7 @@ var map = L.map('map', {
Constructor
-
+
Constructor |
Usage |
@@ -1760,7 +1760,7 @@ var map = L.map('map', {
Options
-
+
Option |
Type |
@@ -1875,7 +1875,7 @@ var map = L.map('map', {
You can subscribe to the following events using these methods.
-
+
Event |
Data |
@@ -1905,7 +1905,7 @@ var map = L.map('map', {
Methods
-
+
Method |
Returns |
@@ -1982,7 +1982,7 @@ var map = L.map('map', {
Constructor
-
+
Constructor |
Usage |
@@ -2007,7 +2007,7 @@ var map = L.map('map', {
Includes all TileLayer options and additionally:
-
+
Option |
Type |
@@ -2054,7 +2054,7 @@ var map = L.map('map', {
Methods
-
+
Method |
Returns |
@@ -2086,7 +2086,7 @@ canvasTiles.drawTile = function(canvas, tilePoint, zoom) {
Constructor
-
+
Constructor |
Usage |
@@ -2105,7 +2105,7 @@ canvasTiles.drawTile = function(canvas, tilePoint, zoom) {
Options
-
+
Option |
Type |
@@ -2122,7 +2122,7 @@ canvasTiles.drawTile = function(canvas, tilePoint, zoom) {
Methods
-
+
Method |
Returns |
@@ -2158,7 +2158,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
Constructor
-
+
Constructor |
Usage |
@@ -2181,7 +2181,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
Options
-
+
Option |
Type |
@@ -2197,7 +2197,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
Methods
-
+
Method |
Returns |
@@ -2236,7 +2236,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle). Do not use it directly.
Options
-
+
Option |
Type |
@@ -2309,7 +2309,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
You can subscribe to the following events using these methods.
-
+
Event |
Data |
@@ -2368,7 +2368,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
Methods
-
+
Method |
Returns |
@@ -2450,7 +2450,7 @@ L.imageOverlay(imageUrl, imageBounds).addTo(map);
Static properties
-
+
Constant |
Type |
@@ -2497,7 +2497,7 @@ map.fitBounds(polyline.getBounds());
Constructor
-
+
Constructor |
Usage |
@@ -2522,7 +2522,7 @@ map.fitBounds(polyline.getBounds());
You can use Path options and additionally the following options:
-
+
Option |
Type |
@@ -2547,7 +2547,7 @@ map.fitBounds(polyline.getBounds());
You can use Path methods and additionally the following methods:
-
+
Method |
Returns |
@@ -2604,7 +2604,7 @@ map.fitBounds(polyline.getBounds());
Constructor
-
+
Constructor |
Usage |
@@ -2632,7 +2632,7 @@ map.fitBounds(polyline.getBounds());
have different behavior around their coordinate contents since they can contain
multiple line features:
-
+
Method |
Returns |
@@ -2671,7 +2671,7 @@ multiple line features:
Constructor
-
+
Constructor |
Usage |
@@ -2696,7 +2696,7 @@ multiple line features:
Polygon has the same options and methods as Polyline, with the following differences:
-
+
Method |
Returns |
@@ -2716,7 +2716,7 @@ multiple line features:
Constructor
-
+
Constructor |
Usage |
@@ -2743,7 +2743,7 @@ multiple line features:
have different behavior around their coordinate contents since they can contain
multiple polygon features:
-
+
Method |
Returns |
@@ -2788,7 +2788,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -2813,7 +2813,7 @@ map.fitBounds(bounds);
You can use Path methods and additionally the following methods:
-
+
Method |
Returns |
@@ -2838,7 +2838,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -2862,7 +2862,7 @@ map.fitBounds(bounds);
Methods
-
+
Method |
Returns |
@@ -2909,7 +2909,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -2932,7 +2932,7 @@ map.fitBounds(bounds);
Methods
-
+
Method |
Returns |
@@ -2973,7 +2973,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -2995,7 +2995,7 @@ map.fitBounds(bounds);
Methods
-
+
Method |
Returns |
@@ -3091,7 +3091,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -3115,7 +3115,7 @@ map.fitBounds(bounds);
Has all LayerGroup methods and additionally:
-
+
Method |
Returns |
@@ -3158,7 +3158,7 @@ map.fitBounds(bounds);
You can subscribe to the following events using these methods.
-
+
Event |
Data |
@@ -3224,7 +3224,7 @@ map.fitBounds(bounds);
Constructor
-
+
Constructor |
Usage |
@@ -3247,7 +3247,7 @@ map.fitBounds(bounds);
Options
-
+
Option |
Description |
@@ -3295,7 +3295,7 @@ map.fitBounds(bounds);
Methods
-
+
Method |
Returns |
@@ -3329,7 +3329,7 @@ map.fitBounds(bounds);
Static methods
-
+
Method |
Returns |
@@ -3382,7 +3382,7 @@ map.panTo(new L.LatLng(50, 30));
Constructor
-
+
Constructor |
Usage |
@@ -3406,7 +3406,7 @@ map.panTo(new L.LatLng(50, 30));
Properties
-
+
Property |
Type |
@@ -3426,7 +3426,7 @@ map.panTo(new L.LatLng(50, 30));
Methods
-
+
Method |
Returns |
@@ -3466,7 +3466,7 @@ map.panTo(new L.LatLng(50, 30));
Constants
-
+
Constant |
Type |
@@ -3512,7 +3512,7 @@ map.panTo(new L.LatLng(50, 30));
Constructor
-
+
Constructor |
Usage |
@@ -3547,7 +3547,7 @@ map.panTo(new L.LatLng(50, 30));
Methods
-
+
Method |
Returns |
@@ -3676,7 +3676,7 @@ map.panBy(new L.Point(200, 300));
Constructor
-
+
Constructor |
Usage |
@@ -3700,7 +3700,7 @@ map.panBy(new L.Point(200, 300));
Properties
-
+
Property |
Type |
@@ -3720,7 +3720,7 @@ map.panBy(new L.Point(200, 300));
Methods
-
+
Method |
Returns |
@@ -3807,7 +3807,7 @@ map.panBy(new L.Point(200, 300));
Constructor
-
+
Constructor |
Usage |
@@ -3843,7 +3843,7 @@ map.panBy(new L.Point(200, 300));
Properties
-
+
Property |
Type |
@@ -3863,7 +3863,7 @@ map.panBy(new L.Point(200, 300));
Methods
-
+
Method |
Returns |
@@ -3943,7 +3943,7 @@ L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
Constructor
-
+
Constructor |
Usage |
@@ -3965,7 +3965,7 @@ L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
Options
-
+
Option |
Type |
@@ -4037,7 +4037,7 @@ L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
Constructor
-
+
Constructor |
Usage |
@@ -4059,7 +4059,7 @@ L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
Options
-
+
Option |
Type |
@@ -4099,7 +4099,7 @@ L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);
map.addControl(control);
Constructor
-
+
Constructor |
Usage |
@@ -4120,7 +4120,7 @@ map.addControl(control);
Options
-
+
Option |
Type |
@@ -4136,7 +4136,7 @@ map.addControl(control);
Methods
-
+
Method |
Returns |
@@ -4182,7 +4182,7 @@ map.addControl(control);
Control positions (map corner to put a control to) are set using strings. Margins between controls and the map border are set with CSS, so that you can easily override them.
-
+
Position |
Description |
@@ -4211,7 +4211,7 @@ map.addControl(control);
A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its zoomControl
option to false
. Extends Control.
Constructor
-
+
Constructor |
Usage |
@@ -4232,7 +4232,7 @@ map.addControl(control);
Options
-
+
Option |
Type |
@@ -4254,7 +4254,7 @@ map.addControl(control);
The attribution control allows you to display attribution data in a small text box on a map. It is put on the map by default unless you set its attributionControl
option to false
, and it fetches attribution texts from layers with getAttribution
method automatically. Extends Control.
Constructor
-
+
Constructor |
Usage |
@@ -4275,7 +4275,7 @@ map.addControl(control);
Options
-
+
Option |
Type |
@@ -4297,7 +4297,7 @@ map.addControl(control);
Methods
-
+
Method |
Returns |
@@ -4344,7 +4344,7 @@ var overlays = {
L.control.layers(baseLayers, overlays).addTo(map);
Constructor
-
+
Constructor |
Usage |
@@ -4365,7 +4365,7 @@ L.control.layers(baseLayers, overlays).addTo(map);
Methods
-
+
Method |
Returns |
@@ -4398,7 +4398,7 @@ L.control.layers(baseLayers, overlays).addTo(map);
Options
-
+
Option |
Type |
@@ -4444,7 +4444,7 @@ L.control.layers(baseLayers, overlays).addTo(map);
You can subscribe to the following events on the Map object using these methods.
-
+
Event |
Data |
@@ -4475,7 +4475,7 @@ L.control.layers(baseLayers, overlays).addTo(map);
L.control.scale().addTo(map);
Constructor
-
+
Constructor |
Usage |
@@ -4497,7 +4497,7 @@ L.control.layers(baseLayers, overlays).addTo(map);
Options
-
+
Option |
Type |
@@ -4556,7 +4556,7 @@ map.on('click', onClick);
map.off('click', onClick);
Methods
-
+
Method |
Returns |
@@ -4674,7 +4674,7 @@ map.off('click', onClick);
The base event object. All other event objects contain these properties too.
-
+
property |
type |
@@ -4724,7 +4724,7 @@ map.off('click', onClick);
LocationEvent
-
+
property |
type |
@@ -4779,7 +4779,7 @@ map.off('click', onClick);
ErrorEvent
-
+