2011-03-24 00:35:29 +08:00
<!DOCTYPE html>
< html >
< head >
2012-06-27 18:33:33 +08:00
< title > Leaflet - a JavaScript library for mobile-friendly interactive maps by CloudMade - Documentation< / title >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< meta charset = "utf-8" / >
2012-02-04 02:33:34 +08:00
2012-02-14 23:02:29 +08:00
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
2011-04-09 22:32:46 +08:00
< link rel = "icon" type = "image/png" href = "docs/images/favicon.png" / >
2011-04-09 22:31:13 +08:00
2011-03-24 00:35:29 +08:00
<!-- Blueprint -->
2011-03-24 20:02:42 +08:00
< link rel = "stylesheet" href = "docs/css/blueprint/screen.css" media = "screen, projection" >
< link rel = "stylesheet" href = "docs/css/blueprint/print.css" media = "print" >
<!-- [if lt IE 8]><link rel="stylesheet" href="docs/css/blueprint/ie.css" media="screen, projection"><![endif] -->
2011-03-24 00:35:29 +08:00
2011-03-24 20:02:42 +08:00
< link rel = "stylesheet" href = "docs/css/screen.css" media = "screen, projection" / >
2011-03-24 00:35:29 +08:00
2011-03-24 20:02:42 +08:00
< script src = "docs/highlight/highlight.pack.js" > < / script >
< link rel = "stylesheet" href = "docs/highlight/styles/github.css" / >
2011-03-24 00:35:29 +08:00
<!-- Leaflet -->
2011-03-24 20:02:42 +08:00
< link rel = "stylesheet" href = "dist/leaflet.css" / >
<!-- [if lte IE 8]><link rel="stylesheet" href="dist/leaflet.ie.css" /><![endif] -->
< script src = "dist/leaflet.js" > < / script >
2011-03-24 00:35:29 +08:00
< / head >
< body >
< div class = "container" >
< h1 > Leaflet< / h1 >
2012-06-27 18:33:33 +08:00
< h3 class = "alt" > An Open-Source JavaScript Library for Mobile-Friendly Interactive Maps by < a href = "http://cloudmade.com" > CloudMade< / a > < / h3 >
2012-02-04 02:33:34 +08:00
2011-04-06 22:47:11 +08:00
< ul class = "nav clearfix" >
2011-04-06 23:35:45 +08:00
< li > < a href = "index.html" > Overview< / a > < / li >
2012-02-04 02:33:34 +08:00
< li > < a href = "features.html" > Features< / a > < / li >
2012-06-27 18:33:33 +08:00
< li > < a href = "examples.html" > Tutorials< / a > < / li >
2012-02-04 02:33:34 +08:00
< li > < span > Documentation< / span > < / li >
< li > < a href = "download.html" > Download< / a > < / li >
2012-07-06 17:42:00 +08:00
< li > < a class = "twitter-link" href = "http://twitter.com/LeafletJS" > Twitter< / a > < / li >
< li > < a class = "github-link" href = "http://github.com/CloudMade/Leaflet" > GitHub< / a > < / li >
2011-04-06 22:47:11 +08:00
< / ul >
2012-02-04 02:33:34 +08:00
2012-07-06 17:42:00 +08:00
< div class = "social-buttons" >
< iframe src = "http://markdotto.github.com/github-buttons/github-btn.html?user=CloudMade&repo=Leaflet&type=watch&count=true" allowtransparency = "true" frameborder = "0" scrolling = "0" width = "113px" height = "20px" > < / iframe >
2012-02-04 02:33:34 +08:00
2012-07-06 17:42:00 +08:00
< iframe src = "http://markdotto.github.com/github-buttons/github-btn.html?user=CloudMade&repo=Leaflet&type=fork&count=true" allowtransparency = "true" frameborder = "0" scrolling = "0" width = "96px" height = "20px" > < / iframe >
2012-02-04 02:33:34 +08:00
2012-07-06 17:42:00 +08:00
< a href = "http://twitter.com/share" class = "twitter-share-button" data-url = "http://leaflet.cloudmade.com" data-text = "Leaflet — an open-source JavaScript library for mobile-friendly interactive maps by @cloudmade" data-via = "LeafletJS" data-related = "CloudMade" > Tweet< / a >
< a href = "https://twitter.com/LeafletJS" class = "twitter-follow-button" data-show-count = "true" data-show-screen-name = "false" > Follow @LeafletJS< / a >
< script > ! function ( d , s , id ) { var js , fjs = d . getElementsByTagName ( s ) [ 0 ] ; if ( ! d . getElementById ( id ) ) { js = d . createElement ( s ) ; js . id = id ; js . src = "http://platform.twitter.com/widgets.js" ; fjs . parentNode . insertBefore ( js , fjs ) ; } } ( document , "script" , "twitter-wjs" ) ; < / script >
< iframe src = "http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fleaflet.cloudmade.com&layout=button_count&show_faces=false&width=430&action=like&font=arial&colorscheme=light&height=35" scrolling = "no" frameborder = "0" style = "border:none; overflow:hidden; width:87px; height:20px;" allowTransparency = "true" > < / iframe >
< div class = "g-plusone" data-size = "medium" data-href = "http://leaflet.cloudmade.com/" > < / div >
< script type = "text/javascript" >
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
< / script >
< / div >
2012-02-04 02:33:34 +08:00
< hr / >
2011-03-28 20:36:32 +08:00
< div id = "toc" class = "clearfix" >
2012-06-23 22:22:24 +08:00
< div class = "span-4 colborder" >
2011-04-01 21:09:19 +08:00
< h4 > Map< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2011-04-01 21:09:19 +08:00
< li > < a href = "#map-usage" > Usage example< / a > < / li >
< li > < a href = "#map-constructor" > Constructor< / a > < / li >
< li > < a href = "#map-options" > Options< / a > < / li >
2011-05-12 22:21:47 +08:00
< li > < a href = "#map-events" > Events< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > Map methods< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2012-06-23 22:22:24 +08:00
< li > < a href = "#map-set-methods" > For modifying map state< / a > < / li >
< li > < a href = "#map-get-methods" > For getting map state< / a > < / li >
< li > < a href = "#map-stuff-methods" > For layers and controls< / a > < / li >
2011-04-01 21:09:19 +08:00
< li > < a href = "#map-conversion-methods" > Conversion methods< / a > < / li >
2011-04-13 20:55:15 +08:00
< li > < a href = "#map-misc-methods" > Other methods< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2012-06-23 22:22:24 +08:00
< h4 > Map misc.< / h4 >
< ul >
< li > < a href = "#map-properties" > Properties< / a > < / li >
< li > < a href = "#map-projections" > Projections< / a > < / li >
< li > < a href = "#map-panes" > Panes< / a > < / li >
< / ul >
2011-03-28 20:36:32 +08:00
< / div >
2011-03-28 23:27:20 +08:00
< div class = "span-3" >
< h4 > UI layers< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2011-04-01 21:09:19 +08:00
< li > < a href = "#marker" > Marker< / a > < / li >
2011-04-02 18:58:36 +08:00
< li > < a href = "#popup" > Popup< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > Raster layers< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2011-04-04 19:57:47 +08:00
< li > < a href = "#tilelayer" > TileLayer< / a > < / li >
2011-05-19 22:17:38 +08:00
< li > < a href = "#tilelayer-wms" > TileLayer.WMS< / a > < / li >
2011-05-30 20:13:43 +08:00
< li > < a href = "#tilelayer-canvas" > TileLayer.Canvas< / a > < / li >
2011-04-06 17:43:50 +08:00
< li > < a href = "#imageoverlay" > ImageOverlay< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > Vector layers< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
< li > < a href = "#path" > Path< / a > < / li >
< li > < a href = "#polyline" > Polyline< / a > < / li >
2011-06-11 03:02:00 +08:00
< li > < a href = "#multipolyline" > MultiPolyline< / a > < / li >
2011-03-28 20:36:32 +08:00
< li > < a href = "#polygon" > Polygon< / a > < / li >
2011-06-11 03:02:00 +08:00
< li > < a href = "#multipolygon" > MultiPolygon< / a > < / li >
2012-06-23 22:45:31 +08:00
< li > < a href = "#rectangle" > Rectangle< / a > < / li >
2011-03-28 20:36:32 +08:00
< li > < a href = "#circle" > Circle< / a > < / li >
2011-05-19 22:17:38 +08:00
< li > < a href = "#circlemarker" > CircleMarker< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
< / div >
2011-03-28 23:27:20 +08:00
< div class = "span-3" >
2011-06-11 01:22:44 +08:00
< h4 > Other layers< / h4 >
< ul >
2011-06-18 00:28:27 +08:00
< li > < a href = "#layergroup" > LayerGroup< / a > < / li >
< li > < a href = "#featuregroup" > FeatureGroup< / a > < / li >
2011-06-15 16:56:45 +08:00
< li > < a href = "#geojson" > GeoJSON< / a > < / li >
2011-06-11 01:22:44 +08:00
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > Basic types< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
< li > < a href = "#latlng" > LatLng< / a > < / li >
2011-04-06 17:43:50 +08:00
< li > < a href = "#latlngbounds" > LatLngBounds< / a > < / li >
2011-03-29 00:00:09 +08:00
< li > < a href = "#point" > Point< / a > < / li >
2011-04-15 06:23:44 +08:00
< li > < a href = "#bounds" > Bounds< / a > < / li >
2011-05-18 19:02:56 +08:00
< li > < a href = "#icon" > Icon< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-04-11 21:22:07 +08:00
< h4 > Controls< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2011-04-13 20:55:15 +08:00
< li > < a href = "#control-zoom" > Zoom< / a > < / li >
2011-04-15 19:46:55 +08:00
< li > < a href = "#control-attribution" > Attribution< / a > < / li >
2012-02-12 23:27:31 +08:00
< li > < a href = "#control-layers" > Layers< / a > < / li >
2012-07-11 19:47:00 +08:00
< li > < a class = "nodocs" href = "#control-scale" > Scale< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-06-11 01:22:44 +08:00
< / div >
< div class = "span-3" >
2011-05-12 23:14:35 +08:00
< h4 > Events< / h4 >
< ul >
< li > < a href = "#events" > Events methods< / a > < / li >
< li > < a href = "#event-objects" > Event objects< / a > < / li >
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > Utility< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
2012-06-24 18:22:11 +08:00
< li > < a href = "#class" > Class< / a > < / li >
2012-06-24 23:27:31 +08:00
< li > < a href = "#browser" > Browser< / a > < / li >
2012-07-10 23:45:43 +08:00
< li > < a href = "#util" > Util< / a > < / li >
2012-07-11 19:47:00 +08:00
< li > < a class = "nodocs" href = "#" > Transformation< / a > < / li >
< li > < a class = "nodocs" href = "#" > LineUtil< / a > < / li >
< li > < a class = "nodocs" href = "#" > PolyUtil< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
2011-03-28 23:27:20 +08:00
< h4 > DOM utility< / h4 >
2011-03-28 20:36:32 +08:00
< ul >
< li > < a class = "nodocs" href = "#" > DomEvent< / a > < / li >
2012-07-10 23:45:43 +08:00
< li > < a href = "#domutil" > DomUtil< / a > < / li >
2011-05-12 23:14:35 +08:00
< li > < a class = "nodocs" href = "#" > Transition< / a > < / li >
< li > < a class = "nodocs" href = "#" > Draggable< / a > < / li >
2011-03-28 20:36:32 +08:00
< / ul >
< / div >
2011-05-19 22:17:38 +08:00
< div class = "span-3 last" >
< h4 > Interfaces< / h4 >
< ul >
< li > < a href = "#ihandler" > IHandler< / a > < / li >
< li > < a class = "nodocs" href = "#" > ILayer< / a > < / li >
2011-06-11 01:22:44 +08:00
< li > < a class = "nodocs" href = "#" > IFeature< / a > < / li >
2011-05-19 22:17:38 +08:00
< li > < a class = "nodocs" href = "#" > IControl< / a > < / li >
< li > < a class = "nodocs" href = "#" > IProjection< / a > < / li >
2011-06-11 01:22:44 +08:00
< li > < a class = "nodocs" href = "#" > ICRS< / a > < / li >
< / ul >
2012-02-04 02:33:34 +08:00
2011-06-11 01:22:44 +08:00
< h4 > Misc< / h4 >
< ul >
2012-06-23 22:45:31 +08:00
< li > < a href = "#version" > version< / a > < / li >
2012-07-11 19:47:00 +08:00
< li > < a href = "#noconflict" > noConflict< / a > < / li >
2011-05-19 22:17:38 +08:00
< / ul >
< / div >
2011-03-28 20:36:32 +08:00
< / div >
2011-04-08 17:36:02 +08:00
2012-06-23 22:22:24 +08:00
< hr / >
2012-07-11 19:47:00 +08:00
< p > This reference reflects Leaflet 0.4. You can find docs for the in-progress master version in < code > reference.html< / code > of < a href = "https://github.com/CloudMade/Leaflet/zipball/gh-pages-master" > gh-pages-master branch< / a > .< br / > Grayed out things are not yet documented but planned to be.< / p >
2012-06-23 22:22:24 +08:00
2011-03-28 20:36:32 +08:00
< h2 id = "map-class" > L.Map< / h2 >
2012-02-04 02:33:34 +08:00
2011-03-29 19:56:23 +08:00
< p > The central class of the API — it is used to create a map on a page and manipulate it.< / p >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 id = "map-usage" > Usage example< / h3 >
2012-02-04 02:33:34 +08:00
< pre > < code class = "javascript" > // initialize the map on the "map" div with a given center and zoom
2012-07-12 19:27:58 +08:00
var map = L.map('map', {
center: [51.505, -0.09],
2011-03-24 22:18:53 +08:00
zoom: 13
2012-07-12 19:27:58 +08:00
});< / code > < / pre >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< h3 id = "map-constructor" class = "left" > Constructor< / h3 >
2012-07-12 06:32:00 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
2012-07-12 19:27:58 +08:00
< th > Constructor< / th >
< th > Usage< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Map< / b > ( < nobr > < HTMLElement|String> < i > id< / i > ,< / nobr > < nobr > < < a href = "#map-options" > Map options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Map(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.map(< span class = "comment" > … < / span > )< / code >
< / td >
2011-03-24 00:35:29 +08:00
< td > Instantiates a map object given a div element (or its id) and optionally an object literal with map options described below.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
2011-03-24 00:35:29 +08:00
< h3 id = "map-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > center< / b > < / code > < / td >
2011-03-24 22:18:53 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > null< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Initial geographical center of the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoom< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > null< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Initial map zoom.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layers< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > ILayer[]< / code > < / td >
< td > < code > []< / code > < / td >
< td > Layers that will be added to the map initially.< / td >
< / tr >
2011-06-23 19:03:02 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > minZoom< / b > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0< / span > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > Minimum zoom level of the map. Overrides any < code > minZoom< / code > set on map layers.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxZoom< / b > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 18< / span > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > Maximum zoom level of the map. This overrides any < code > maxZoom< / code > set on map layers.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr id = "map-maxbounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxBounds< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > null< / span > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > When this option is set, the map restricts the view to the given geographical bounds, bouncing the user back when he tries to pan outside the view, and also not allowing to zoom out to a view that's larger than the given bounds (depending on the map size). To set the restriction dynamically, use < a href = "#map-setmaxbounds" > setMaxBounds< / a > method< / td >
< / tr >
2011-05-31 05:51:48 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > crs< / b > < / code > < / td >
2011-05-31 17:48:02 +08:00
< td > < code > < a href = "#map-projections" > CRS< / a > < / code > < / td >
2012-07-12 06:00:34 +08:00
< td > < code > L.CRS.< br / > EPSG3857< / code > < / td >
2011-05-31 17:45:36 +08:00
< td > Coordinate Reference System to use. Don't change this if you're not sure what it means.< / td >
2011-05-31 05:51:48 +08:00
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragging< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether the map be draggable with mouse/touch or not.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > touchZoom< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether the map can be zoomed by touch-dragging with two fingers.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > scrollWheelZoom< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether the map can be zoomed by using the mouse wheel.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > doubleClickZoom< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether the map can be zoomed in by double clicking on it.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > boxZoom< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > Whether the map can be zoomed to a rectangular area specified by dragging the mouse while pressing shift.< / td >
< / tr >
2011-04-13 19:50:33 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomControl< / b > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-04-13 20:55:15 +08:00
< td > Whether the < a href = "#control-zoom" > zoom control< / a > is added to the map by default.< / td >
2011-04-13 19:50:33 +08:00
< / tr >
2011-05-15 00:46:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > attributionControl< / b > < / code > < / td >
2011-05-15 00:46:05 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-05-15 00:46:05 +08:00
< td > Whether the < a href = "#control-attribution" > attribution control< / a > is added to the map by default.< / td >
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > trackResize< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether the map automatically handles browser window resize to update itself.< / td >
< / tr >
2011-05-15 00:46:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fadeAnimation< / b > < / code > < / td >
2011-05-15 00:46:05 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > Whether the tile fade animation is enabled. By default it's enabled in all browsers that support CSS3 Transitions except Android.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomAnimation< / b > < / code > < / td >
2011-05-15 00:46:05 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
2012-06-22 05:26:56 +08:00
< td > Whether the tile zoom animation is enabled. By default it's enabled in all browsers that support CSS3 Transitions except Android.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > markerZoomAnimation< / b > < / code > < / td >
2012-06-22 05:26:56 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > Whether markers animate their zoom with the zoom animation, if disabled they will disappear for the length of the animation. By default it's enabled in all browsers that support CSS3 Transitions except Android.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
2011-06-23 19:03:02 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > closePopupOnClick< / b > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-06-23 19:03:02 +08:00
< td > Set it to < code > false< / code > if you don't want popups to close when user clicks the map.< / td >
2011-05-15 00:46:05 +08:00
< / tr >
2011-04-01 21:09:19 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > worldCopyJump< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > With this option enabled, the map tracks when you pan to another "copy" of the world and moves all overlays like markers and vector layers there.< / td >
2011-04-15 19:46:55 +08:00
< / tr >
2011-04-01 21:09:19 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2012-06-27 18:33:33 +08:00
2011-05-12 22:21:47 +08:00
< h3 id = "map-events" > Events< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 22:21:47 +08:00
< p > You can subscribe to the following events using < a href = "#events" > these methods< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-05-12 22:21:47 +08:00
< table >
< tr >
< th > Event< / th >
< th > Data< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > click< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user clicks (or taps) the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dblclick< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user double-clicks (or double-taps) the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mousedown< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user pushes the mouse button on the map.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseenter< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse enters the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseleave< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse leaves the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mousemove< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired while the mouse moves over the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > contextmenu< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user pushes the right mouse button on the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > preclick< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired before mouse click on the map (sometimes useful when you want something to happen on click before any existing click handlers start running).< / td >
< / tr >
2011-05-12 22:21:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > load< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the map is initialized (when its center and zoom are set for the first time).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > viewreset< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the map needs to redraw its content (this usually happens on map zoom or load). Very useful for creating custom overlays.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > movestart< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the view of the map starts changing (e.g. user starts dragging the map).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > move< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired on any movement of the map view.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > moveend< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the view of the map ends changed (e.g. user stopped dragging the map).< / td >
< / tr >
2011-05-19 22:39:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragstart< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the user starts dragging the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > drag< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired repeatedly while the user drags the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragend< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the user stops dragging the map.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomstart< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the map zoom is about to change (e.g. before zoom animation).< / td >
< / tr >
2011-05-12 22:21:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomend< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the map zoom changes.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layeradd< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#layer-event" > LayerEvent< / a > < / code >
< td > Fired when a new layer is added to the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layerremove< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#layer-event" > LayerEvent< / a > < / code >
< td > Fired when some layer is removed from the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > locationfound< / b > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > < a href = "#location-event" > LocationEvent< / a > < / code >
< td > Fired when geolocation (using < code > locate< / code > or < code > locateAndSetView< / code > method) went successfully.< / td >
< / tr >
2011-05-19 22:17:38 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > locationerror< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > < a href = "#error-event" > ErrorEvent< / a > < / code >
< td > Fired when geolocation (using < code > locate< / code > or < code > locateAndSetView< / code > method) failed.< / td >
< / tr >
2012-06-22 05:05:55 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > popupopen< / b > < / code > < / td >
2012-06-22 05:05:55 +08:00
< td > < code > < a href = "#popup-event" > PopupEvent< / a > < / code >
< td > Fired when a popup is opened (using < code > openPopup< / code > method).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > popupclose< / b > < / code > < / td >
2012-06-22 05:05:55 +08:00
< td > < code > < a href = "#popup-event" > PopupEvent< / a > < / code >
< td > Fired when a popup is closed (using < code > closePopup< / code > method).< / td >
2011-05-31 17:48:02 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 id = "map-set-methods" > Methods that modify map state< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-12 06:00:34 +08:00
< td > < code > < b > setView< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > center< / i > ,< / nobr > < nobr > < Number> < i > zoom< / i > ,< / nobr > < nobr > < Boolean> < i > forceReset?< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
2011-03-29 19:56:23 +08:00
< td > Sets the view of the map (geographical center and zoom). If < code > forceReset< / code > is set to < code > true< / code > , the map is reloaded even if it's eligible for pan or zoom animation (< code > false< / code > by default).< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setZoom< / b > ( < nobr > < Number> < i > zoom< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Sets the zoom of the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomIn< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Increases the zoom of the map by 1.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomOut< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Decreases the zoom of the map by 1.< / td >
< / tr >
2011-04-06 17:43:50 +08:00
< tr id = "map-fitbounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fitBounds< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Sets a map view that contains the given geographical bounds with the maximum zoom level possible.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr id = "map-fitworld" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fitWorld< / b > ()< / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > this< / code > < / td >
< td > Sets a map view that mostly contains the whole world with the maximum zoom level possible.< / td >
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > panTo< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Pans the map to a given center. Makes an animated pan if new center is not more than one screen away from the current one.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr id = "map-paninsidebounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > panInsideBounds< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > )< / nobr > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > this< / code > < / td >
< td > Pans the map to the closest view that would lie inside the given bounds (if it's not already).< / td >
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > panBy< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
< td > Pans the map by a given number of pixels (animated).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > invalidateSize< / b > ()< / code > < / td >
2011-04-02 19:54:16 +08:00
< td > < code > this< / code > < / td >
2011-04-13 19:50:33 +08:00
< td > Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically.< / td >
2011-04-02 19:54:16 +08:00
< / tr >
2012-06-23 22:22:24 +08:00
< tr id = "map-setmaxbounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setMaxBounds< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > )< / nobr > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > this< / code > < / td >
< td > Restricts the map view to the given bounds (see < a href = "#map-maxbounds" > map maxBounds< / a > option).< / td >
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > locate< / b > ( < nobr > < < a href = "#map-locate-options" > Locate options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > this< / code > < / td >
< td > Tries to locate the user using Geolocation API, firing < code > locationfound< / code > event with location data on success or < code > locationerror< / code > event on failure. See < a href = "#map-locate-options" > Locate options< / a > for more details.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > locateAndSetView< / b > ( < nobr > < Number> < i > maxZoom?< / i > ,< / nobr > < nobr > < < a href = "#map-locate-options" > Locate options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Automatically sets the map view to the user location with respect to detection accuracy (or to the world view if geolocation failed). A shortcut for < code > < b > map.locate< / b > ({setView: true, maxZoom: maxZoom});< / code > .< / td >
2011-05-19 22:17:38 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > stopLocate< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > this< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Stops watching location previously initiated by < code > < b > map.locate< / b > ({watch: true})< / code > .< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< / table >
2011-04-01 21:09:19 +08:00
< h3 id = "map-get-methods" > Methods that get map state< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getCenter< / b > ()< / code > < / td >
2011-03-24 22:18:53 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Returns the geographical center of the map view.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getZoom< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the current zoom of the map view.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getMinZoom< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the minimum zoom level of the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getMaxZoom< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the maximum zoom level of the map.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getBounds< / b > ()< / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
< td > Returns the LatLngBounds of the current map view.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getBoundsZoom< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > ,< / nobr > < nobr > < Boolean> < i > inside?< / i > )< / nobr > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-06-23 22:22:24 +08:00
< td > Returns the maximum zoom level on which the given bounds fit to the map view in its entirety. If < code > inside< / code > (optional) is set to < code > true< / code > , the method instead returns the minimum zoom level on which the map view fits into the given bounds in its entirety.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getSize< / b > ()< / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Returns the current size of the map container.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getPixelBounds< / b > ()< / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Bounds< / code > < / td >
< td > Returns the bounds of the current map view in projected pixel coordinates (sometimes useful in layer and overlay implementations).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getPixelOrigin< / b > ()< / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Returns the projected pixel coordinates of the top left point of the map layer (useful in custom layer and overlay implementations).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-13 19:50:33 +08:00
< h3 id = "map-stuff-methods" > Methods for layers and controls< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-13 19:50:33 +08:00
< table >
2012-07-12 06:32:00 +08:00
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
2011-04-13 19:50:33 +08:00
< tr id = "map-addlayer" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addLayer< / b > ( < nobr > < ILayer> < i > layer< / i > ,< / nobr > < nobr > < Boolean> < i > insertAtTheBottom?< / i > )< / nobr > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
2012-06-23 22:22:24 +08:00
< td > Adds the given layer to the map. If optional < code > insertAtTheBottom< / code > is set to < code > true< / code > , the layer is inserted under all others (useful when switching base tile layers).< / td >
2011-04-13 19:50:33 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeLayer< / b > ( < nobr > < ILayer> < i > layer< / i > )< / nobr > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
< td > Removes the given layer from the map.< / td >
< / tr >
2012-06-23 22:22:24 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > hasLayer< / b > ( < nobr > < ILayer> < i > layer< / i > )< / nobr > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the given layer is currently added to the map.< / td >
< / tr >
2012-02-04 02:33:34 +08:00
2011-04-13 19:50:33 +08:00
< tr id = "map-openpopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > openPopup< / b > ( < nobr > < < a href = "#popup" > Popup< / a > > < i > popup< / i > )< / nobr > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
< td > Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).< / td >
< / tr >
< tr id = "map-closepopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > closePopup< / b > ()< / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
< td > Closes the popup opened with < a href = "#map-openpopup" > openPopup< / a > .< / td >
< / tr >
< tr id = "map-addcontrol" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addControl< / b > ( < nobr > < < a href = "#icontrol" > IControl< / a > > < i > control< / i > )< / nobr > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
< td > Adds the given control to the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeControl< / b > ( < nobr > < < a href = "#icontrol" > IControl< / a > > < i > control< / i > )< / nobr > < / code > < / td >
2011-04-13 19:50:33 +08:00
< td > < code > this< / code > < / td >
< td > Removes the given control from the map.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 id = "map-conversion-methods" > Conversion methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Method< / th >
2011-03-24 00:35:29 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
2011-03-24 23:08:39 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > latLngToLayerPoint< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2011-03-24 23:08:39 +08:00
< td > Returns the map layer point that corresponds to the given geographical coordinates (useful for placing overlays on the map).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layerPointToLatLng< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-03-24 23:08:39 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the geographical coordinates of a given map layer point.< / td >
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > containerPointToLayerPoint< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Converts the point relative to the map container to a point relative to the map layer.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > layerPointToContainerPoint< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Converts the point relative to the map layer to a point relative to the map container.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > project< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > ,< / nobr > < nobr > < Number> < i > zoom?< / i > )< / nobr > < / code > < / td >
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Projects the given geographical coordinates to absolute pixel coordinates for the given zoom level (current zoom level by default).< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > unproject< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > ,< / nobr > < nobr > < Number> < i > zoom?< / i > )< / nobr > < / code > < / td >
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Projects the given absolute pixel coordinates to geographical coordinates for the given zoom level (current zoom level by default).< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > mouseEventToContainerPoint< / b > ( < nobr > < MouseEvent> < i > event< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Returns the pixel coordinates of a mouse click (relative to the top left corner of the map) given its event object.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > mouseEventToLayerPoint< / b > ( < nobr > < MouseEvent> < i > event< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Returns the pixel coordinates of a mouse click relative to the map layer given its event object.
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2012-07-12 16:22:58 +08:00
< td > < code > < b > mouseEventToLatLng< / b > ( < nobr > < MouseEvent> < i > event< / i > )< / nobr > < / code > < / td >
2011-03-24 22:18:53 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Returns the geographical coordinates of the point the mouse clicked on given the click's event object.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-13 20:55:15 +08:00
< h3 id = "map-misc-methods" > Other methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-13 20:55:15 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
2012-06-23 22:45:31 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getContainer< / b > ()< / code > < / td >
2011-04-13 20:55:15 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Returns the container element of the map.< / td >
2012-06-23 22:45:31 +08:00
< / tr >
2012-06-23 22:22:24 +08:00
< tr id = "map-getpanes" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getPanes< / b > ()< / code > < / td >
2011-04-13 20:55:15 +08:00
< td > < code > < a href = "#map-panes" > MapPanes< / a > < / code > < / td >
< td > Returns an object with different map panes (to render overlays in).< / td >
< / tr >
< / table >
2011-10-05 21:27:02 +08:00
< h3 id = "map-locate-options" > Locate options< / h3 >
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
< th > Default< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > watch< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
< td > If < code > true< / code > , starts continous watching of location changes (instead of detecting it once) using W3C < code > watchPosition< / code > method. You can later stop watching using < code > < b > map.stopLocate< / b > ()< / code > method.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setView< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
< td > If < code > true< / code > , automatically sets the map view to the user location with respect to detection accuracy.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxZoom< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > Infinity< / span > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > The maximum zoom for automatic view setting when using `setView` option.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > timeout< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 10000< / span > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > Number of millisecond to wait for a response from geolocation before firing a < code > locationerror< / code > event.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maximumAge< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0< / span > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > Maximum age of detected location. If less than this amount of milliseconds passed since last geolocation response, < code > locate< / code > will return a cached location.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > enableHighAccuracy< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > Enables high accuracy, see < a href = "http://dev.w3.org/geo/api/spec-source.html#high-accuracy" > description in the W3C spec< / a > .< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2012-06-23 22:22:24 +08:00
< h3 id = "map-properties" > Properties< / h3 >
< p > Map properties include interaction handlers that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging or touch zoom (see < a href = "#ihandler" > IHandler< / a > methods). Example:< / p >
< pre > < code class = "javascript" > map.doubleClickZoom.disable();< / code > < / pre >
< p > You can also access default map controls like attribution control through map properties:< / p >
< pre > < code class = "javascript" > map.attributionControl.addAttribution("Earthquake data & copy; GeoNames");< / code > < / pre >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "minwidth" > Property< / th >
< th class = "minwidth" > Type< / th >
2012-06-23 22:22:24 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragging< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
< td > Map dragging handler (by both mouse and touch).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > touchZoom< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
< td > Touch zoom handler.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > doubleClickZoom< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
< td > Double click zoom handler.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > scrollWheelZoom< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
< td > Scroll wheel zoom handler.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > boxZoom< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
< td > Box (shift-drag with mouse) zoom handler.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomControl< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#control-zoom" > < code > Control.Zoom< / code > < / a > < / td >
< td > Zoom control.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > attributionControl< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < a href = "#control-attribution" > < code > Control.Attribution< / code > < / a > < / td >
< td > Attribution control.< / td >
< / tr >
< / table >
< h3 id = "map-projections" > Projections< / h3 >
< p > You can specify different CRS for map to use through its < code > crs< / code > option. Here's the list of available CRS:< / p >
< table >
< tr >
< th > CRS< / th >
< th > Data< / th >
< / tr >
< tr >
< td > < code > L.CRS.EPSG3857< / code > < / td >
< td > EPSG:3857 (Spherical Mercator), used by most of commercial map providers (CloudMade, Google, Yahoo, Bing, etc.).< / td >
< / tr >
< tr >
< td > < code > L.CRS.EPSG4326< / code > < / td >
< td > EPSG:4326 (Plate Carree), very popular among GIS enthusiasts.< / td >
< / tr >
< tr >
< td > < code > L.CRS.EPSG3395< / code > < / td >
< td > EPSG:3395 (True Mercator), used by some map providers.< / td >
< / tr >
< / table >
< h3 id = "map-panes" > Map panes< / h3 >
< p > An object literal (returned by < a href = "#map-getpanes" > map.getPanes< / a > < / code > ) 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.< / p >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Property< / th >
< th class = "width100" > Type< / th >
2012-06-23 22:22:24 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mapPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane that contains all other map panes.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > tilePane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane for tile layers.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > objectsPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane that contains all the panes except tile pane.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > shadowPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane for overlay shadows (e.g. marker shadows).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > overlayPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane for overlays like polylines and polygons.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > markerPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane for marker icons.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > popupPane< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Pane for popups.< / td >
< / tr >
< / table >
2011-04-01 21:09:19 +08:00
< h2 id = "marker" > L.Marker< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< p > Used to put markers on the map.< / p >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Usage example< / h3 >
< pre > < code class = "javascript" > var marker = new L.Marker(latlng);
map.addLayer(marker);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-01 21:09:19 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Marker< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > ,< / nobr > < nobr > < < a href = "#marker-options" > Marker options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Marker(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.marker(< span class = "comment" > … < / span > )< / code >
< / td >
2011-04-01 21:09:19 +08:00
< td > Instantiates a Marker object given a geographical point and optionally an options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 id = "marker-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-04-01 21:09:19 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > icon< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#icon" > L.Icon< / a > < / code > < / td >
2012-07-12 06:00:34 +08:00
< td > *< / td >
< td > Icon class to use for rendering the marker. See < a href = "#icon" > Icon documentation< / a > for details on how to customize the marker icon. Set to < code > new L.Icon.Default()< / code > by default.< / td >
2011-04-01 21:09:19 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > clickable< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
< td > If < code > false< / code > , the marker will not emit mouse events and will act as a part of the underlying map.< / td >
2011-04-01 21:09:19 +08:00
< / tr >
2011-04-12 04:54:25 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > draggable< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2011-04-12 04:54:25 +08:00
< td > Whether the marker is draggable with mouse/touch or not.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > title< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > ''< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > Text for the browser tooltip that appear on marker hover (no tooltip by default).< / td >
< / tr >
< tr id = "marker-zindexoffset" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zIndexOffset< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > By default, marker images zIndex is set automatically based on its latitude. You this option if you want to put the marker on top of all others (or below), specifying a high value like < code > 1000< / code > (or high negative value, respectively).< / td >
< / tr >
2011-04-01 21:09:19 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< h3 > Events< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< p > You can subscribe to the following events using < a href = "#events" > these methods< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Event< / th >
< th class = "width100" > Data< / th >
2011-05-12 23:14:35 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > click< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
2011-05-12 23:14:35 +08:00
< td > Fired when the user clicks (or taps) the marker.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dblclick< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
2011-05-12 23:14:35 +08:00
< td > Fired when the user double-clicks (or double-taps) the marker.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mousedown< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user pushes the mouse button on the marker.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseover< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse enters the marker.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseout< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse leaves the marker.< / td >
< / tr >
2011-05-19 22:39:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragstart< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the user starts dragging the marker.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > drag< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired repeatedly while the user drags the marker.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dragend< / b > < / code > < / td >
2011-05-19 22:39:47 +08:00
< td > < code > < a href = "#event" > Event< / a > < / code >
< td > Fired when the user stops dragging the marker.< / td >
< / tr >
2011-05-12 23:14:35 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getLatLng< / b > ()< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the current geographical position of the marker.< / td >
< / tr >
2011-05-26 17:03:29 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setLatLng< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-05-26 17:03:29 +08:00
< td > < code > this< / code > < / td >
< td > Changes the marker position to the given point.< / td >
2011-04-01 21:09:19 +08:00
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setIcon< / b > ( < nobr > < < a href = "#icon" > Icon< / a > > < i > icon< / i > )< / nobr > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > this< / code > < / td >
< td > Changes the marker icon.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setZIndexOffset< / b > ( < nobr > < Number> < i > offset< / i > )< / nobr > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > this< / code > < / td >
< td > Changes the < a href = "#marker-zindexoffset" > zIndex offset< / a > of the marker.< / td >
< / tr >
2011-04-02 19:54:16 +08:00
< tr id = "#marker-bindpopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > bindPopup< / b > ( < nobr > < String> < i > htmlContent< / i > ,< / nobr > < nobr > < < a href = "#popup-options" > Popup options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2011-04-02 19:54:16 +08:00
< td > < code > this< / code > < / td >
< td > Binds a popup with a particular HTML content to a click on this marker. You can also open the bound popup with the Marker < a href = "#marker-openpopup" > openPopup< / a > method.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr id = "#marker-unbindpopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > unbindPopup< / b > ()< / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > this< / code > < / td >
< td > Unbinds the popup previously bound to the marker with < code > bindPopup< / code > .< / td >
< / tr >
2011-04-02 19:54:16 +08:00
< tr id = "#marker-openpopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > openPopup< / b > ()< / code > < / td >
2011-04-02 19:54:16 +08:00
< td > < code > this< / code > < / td >
< td > Opens the popup previously bound by the < a href = "#marker-bindpopup" > bindPopup< / a > method.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr id = "#marker-closepopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > closePopup< / b > ()< / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > this< / code > < / td >
< td > Closes the bound popup of the marker if it's opened.< / td >
< / tr >
2011-04-01 21:09:19 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-04-12 04:52:00 +08:00
< h3 id = "marker-interaction-handlers" > Interaction handlers< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-12 04:52:00 +08:00
< p > Interaction handlers are properties of a marker instance that allow you to control interaction behavior in runtime, enabling or disabling certain features such as dragging (see < a href = "#ihandler" > IHandler< / a > methods). Example:< / p >
2012-02-04 02:33:34 +08:00
2011-04-12 05:14:01 +08:00
< pre > < code class = "javascript" > marker.dragging.disable();< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-04-12 04:52:00 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Property< / th >
< th class = "width100" > Type< / th >
2011-04-12 04:52:00 +08:00
< th > Description< / th >
< / tr >
< tr >
2011-04-12 05:14:01 +08:00
< td > dragging< / td >
2012-07-11 19:34:39 +08:00
< td > < a href = "#ihandler" > < code > IHandler< / code > < / a > < / td >
2011-04-12 04:52:00 +08:00
< td > Marker dragging handler (by both mouse and touch).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< h2 id = "popup" > L.Popup< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-02 19:54:16 +08:00
< p > Used to open popups in certain places of the map. Use < a href = "#map-openpopup" > Map#openPopup< / a > to open popups while making sure that only one popup is open at one time (recommended for usability), or use < a href = "#map-addlayer" > Map#addLayer< / a > to open as many as you want.< / p >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< h3 > Usage example< / h3 >
2011-04-15 17:20:01 +08:00
< p > If you want to just bind a popup to marker click and then open it, it's really easy:< / p >
< pre > < code class = "javascript" > marker.bindPopup(popupContent).openPopup();< / code > < / pre >
< p > Path overlays like polylines also have a < code > bindPopup< / code > method. Here's a more complicated way to open a popup on a map:< / p >
2012-02-04 02:33:34 +08:00
< pre > < code class = "javascript" > var popupContent = '< p> Hello world!< br /> This is a nice popup.< /p> ',
2011-04-15 17:20:01 +08:00
popup = new L.Popup();
popup.setLatLng(latlng);
popup.setContent(popupContent);
2011-04-02 18:58:36 +08:00
map.openPopup(popup);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-02 18:58:36 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Popup< / b > ( < nobr > < < a href = "#popup-options" > Popup options< / a > > < i > options?< / i > ,< / nobr > < nobr > < object> < i > source?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Popup(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.popup(< span class = "comment" > … < / span > )< / code >
< / td >
2011-11-26 11:21:42 +08:00
< td > Instantiates a Popup object given an optional options object that describes its appearance and location and an optional object that is used to tag the popup with a reference to the source object to which it refers.< / td >
2011-04-02 18:58:36 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< h3 id = "popup-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-02 18:58:36 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-04-02 18:58:36 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxWidth< / b > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 300< / span > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > Max width of the popup.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxWidth< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 50< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > Min width of the popup.< / td >
< / tr >
2011-04-02 18:58:36 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > autoPan< / b > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
< td > Set it to < code > false< / code > if you don't want the map to do panning animation to fit the opened popup.< / td >
2011-04-02 18:58:36 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > closeButton< / b > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > Controls the presense of a close button in the popup.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > offset< / b > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < nobr > Point(< span class = "number" > 0< / span > , < span class = "number" > 0< / span > )< / nobr > < / code > < / td >
2011-04-02 18:58:36 +08:00
< td > The offset of the popup position. Useful to control the anchor of the popup when opening it on some overlays.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > autoPanPadding< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < nobr > Point(< span class = "number" > 5< / span > , < span class = "number" > 5< / span > )< / nobr > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > The margin between the popup and the edges of the map view after autopanning was performed.< / td >
< / tr >
2011-04-02 18:58:36 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 17:20:01 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-15 17:20:01 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
< th class = "minwidth" > Returns< / th >
2011-04-15 17:20:01 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setLatLng< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-04-15 17:20:01 +08:00
< td > < code > this< / code > < / td >
< td > Sets the geographical point where the popup will open.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setContent< / b > ( < nobr > < String> < i > htmlContent< / i > )< / nobr > < / code > < / td >
2011-04-15 17:20:01 +08:00
< td > < code > this< / code > < / td >
< td > Sets the HTML content of the popup.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< h2 id = "tilelayer" > L.TileLayer< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< p > Used to load and display tile layers on the map, implements < a href = "#ilayer" > ILayer< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< h3 > Usage example< / h3 >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< pre > < code class = "javascript" > L.tileLayer('http://{s}.tile.cloudmade.com/{key}/{styleId}/256/{z}/{x}/{y}.png', {
key: 'API-key',
styleId: 997
}).addTo(map);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-04 19:57:47 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.TileLayer< / b > ( < nobr > < String> < i > < a href = "#url-template" > urlTemplate< / a > < / i > ,< / nobr > < nobr > < < a href = "#tilelayer-options" > TileLayer options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.TileLayer(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.tileLayer(< span class = "comment" > … < / span > )< / code >
< / td >
2011-04-04 19:57:47 +08:00
< td > Instantiates a tile layer object given a < a href = "#url-template" > URL template< / a > and optionally an options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< h3 id = "url-template" > URL template< / h3 >
2012-06-27 18:33:33 +08:00
2011-04-04 19:57:47 +08:00
< p > A string of the following form:< / p >
2012-06-27 18:33:33 +08:00
2011-04-04 19:57:47 +08:00
< pre > < code class = "javascript" > 'http://{s}.somedomain.com/blabla/{z}/{x}/{y}.png'< / code > < / pre >
2012-06-27 18:33:33 +08:00
2012-02-04 02:33:34 +08:00
< p > < code > {s}< / code > means one of the randomly chosen subdomains (their range is specified in options; < code > a< / code > , < code > b< / code > or < code > c< / code > by default, can be omitted), < code > {z}< / code > — zoom level, < code > {x}< / code > and < code > {y}< / code > — tile coordinates.< / p >
2012-06-27 18:33:33 +08:00
2012-06-23 22:22:24 +08:00
< p > You can use custom keys in the template, which will be evaluated from TileLayer options, like this:< / p >
2012-06-27 18:33:33 +08:00
2012-07-12 19:27:58 +08:00
< pre > < code class = "javascript" > L.tileLayer('http://{s}.somedomain.com/{foo}/{z}/{x}/{y}.png', {foo: 'bar'});< / code > < / pre >
2011-04-04 19:57:47 +08:00
< h3 id = "tilelayer-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-04 19:57:47 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-04-04 19:57:47 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > minZoom< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > Minimum zoom number.< / td >
2012-02-04 02:33:34 +08:00
< / tr >
2011-04-04 19:57:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > maxZoom< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 18< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > Maximum zoom number.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > tileSize< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 256< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > Tile size (width and height in pixels, assuming tiles are square).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > subdomains< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > String< / code > or < code > String[]< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > 'abc'< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > Subdomains of the tile service. Can be passed in the form of one string (where each letter is a subdomain name) or an array of strings.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > errorTileUrl< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > ''< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > URL to the tile image to show in place of the tile that failed to load.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > attribution< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > ''< / span > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > e.g. "© CloudMade" — the string used by the attribution control, describes the layer data.< / td >
< / tr >
2011-05-30 20:13:43 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > tms< / b > < / code > < / td >
< td > < code > Boolean< / code > < / td >
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
< td > If < code > true< / code > , inverses Y axis numbering for tiles (turn this on for TMS services).< / td >
2011-05-30 20:13:43 +08:00
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > continuousWorld< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > If set to < code > true< / code > , the tile coordinates won't be wrapped by world width (-180 to 180 longitude) or clamped to lie within world height (-90 to 90). Use this if you use Leaflet for maps that don't reflect the real world (e.g. game, indoor or photo maps).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > noWrap< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > If set to < code > true< / code > , the tiles just won't load outside the world width (-180 to 180 longitude) instead of repeating.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomOffset< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > The zoom number used in tile URLs will be offset with this value.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > zoomReverse< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > If set to < code > true< / code > , the zoom number used in tile URLs will be reversed (< code > maxZoom - zoom< / code > instead of < code > zoom< / code > )< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > opacity< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 1.0< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > The opacity of the tile layer.< / td >
< / tr >
2011-04-04 19:57:47 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > unloadInvisibleTiles< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > If < code > true< / code > , all the tiles that are not visible after panning are removed (for better performance). < code > true< / code > by default on mobile WebKit, otherwise < code > false< / code > .< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > updateWhenIdle< / b > < / code > < / td >
2011-04-04 19:57:47 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > If < code > false< / code > , new tiles are loaded during panning, otherwise only after it (for better performance). < code > true< / code > by default on mobile WebKit, otherwise < code > false< / code > .< / td >
< / tr >
2012-02-03 19:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > reuseTiles< / b > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < code > Boolean< / code > < / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > If < code > true< / code > , all the tiles that are not visible after panning are placed in a reuse queue from which they will be fetched when new tiles become visible (as opposed to dynamically creating new ones). This will in theory keep memory usage low and eliminate the need for reserving new memory whenever a new tile is needed.< / td >
< / tr >
< / table >
< h3 > Methods< / h3 >
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setOpacity< / b > ( < nobr > < Number> < i > opacity< / i > )< / nobr > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > this< / code > < / td >
< td > Changes the opacity of the tile layer.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > redraw< / b > ()< / code > < / td >
2012-06-23 23:30:49 +08:00
< td > -< / td >
< td > Calling < code > redraw< / code > will cause the < code > drawTile< / code > method to be called for all tiles. May be used for updating dynamic content drawn on the Canvas< / td >
2012-02-03 19:13:05 +08:00
< / tr >
2011-04-04 19:57:47 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h2 id = "tilelayer-wms" > L.TileLayer.WMS< / h2 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< p > Used to display WMS services as tile layers on the map. Extends < a href = "#tilelayer" > TileLayer< / a > , implements < a href = "#ilayer" > ILayer< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h3 > Usage example< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< pre > < code class = "javascript" > var nexrad = new L.TileLayer.WMS("http://mesonet.agron.iastate.edu/cgi-bin/wms/nexrad/n0r.cgi", {
layers: 'nexrad-n0r-900913',
format: 'image/png',
transparent: true,
2012-02-15 02:05:42 +08:00
attribution: "Weather data © 2012 IEM Nexrad"
2011-05-19 22:17:38 +08:00
});< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-05-19 22:17:38 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.TileLayer.WMS< / b > ( < nobr > < String> < i > baseUrl< / i > < / nobr > , < nobr > < < a href = "#tilelayer-wms-options" > TileLayer.WMS options< / a > > < i > options< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.TileLayer.WMS(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.tileLayer.wms(< span class = "comment" > … < / span > )< / code >
< / td >
2011-05-19 22:17:38 +08:00
< td > Instantiates a WMS tile layer object given a base URL of the WMS service and a WMS parameters/options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h3 id = "tilelayer-wms-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< p > Includes all < a href = "#tilelayer-options" > TileLayer options< / a > and additionally:< / p >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Option< / th >
< th class = "width100" > Type< / th >
< th class = "width100" > Default< / th >
2011-05-19 22:17:38 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layers< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > ''< / span > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < b > (required)< / b > Comma-separated list of WMS layers to show.< / td >
2012-02-04 02:33:34 +08:00
< / tr >
2011-05-19 22:17:38 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > styles< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > ''< / span > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > Comma-separated list of WMS styles.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > format< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > 'image/jpeg'< / span > < / code > < / td >
< td > WMS image format (use < code > < span class = "string" > 'image/png'< / span > < / code > for layers with transparency).< / td >
2011-05-19 22:17:38 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > transparent< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
< td > If < code > true< / code > , the WMS service will return images with transparency.< / td >
2011-05-19 22:17:38 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > version< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > '1.1.1'< / span > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > Version of the WMS service to use.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< h2 id = "tilelayer-canvas" > L.TileLayer.Canvas< / h2 >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< p > Used to create Canvas-based tile layers where tiles get drawn on the browser side. Extends < a href = "#tilelayer" > TileLayer< / a > , implements < a href = "#ilayer" > ILayer< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< h3 > Usage example< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< pre > < code class = "javascript" > var canvasTiles = new L.TileLayer.Canvas();
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
canvasTiles.drawTile = function(canvas, tilePoint, zoom) {
var ctx = canvas.getContext('2d');
// draw something on the tile canvas
}< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< table >
< tr >
2012-07-12 19:27:58 +08:00
< th class = "width200" > Constructor< / th >
< th > Usage< / th >
2011-05-30 20:13:43 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.TileLayer.Canvas< / b > ( < nobr > < < a href = "#tilelayer-options" > TileLayer options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.TileLayer.Canvas(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.tileLayer.canvas(< span class = "comment" > … < / span > )< / code >
< / td >
2011-05-30 20:13:43 +08:00
< td > Instantiates a Canvas tile layer object given an options object (optionally).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-30 20:13:43 +08:00
< table >
< tr >
2012-07-12 19:27:58 +08:00
< th class = "width200" > Method< / th >
2011-05-30 20:13:43 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > drawTile< / b > ( < nobr > < HTMLCanvasElement> < i > canvas< / i > < / nobr > , < nobr > < < a href = "#point" > Point< / a > > < i > tilePoint< / i > < / nobr > , < nobr > < Number> < i > zoom< / i > )< / nobr > < / code > < / td >
2011-05-30 20:13:43 +08:00
< td > < code > this< / code > < / td >
< td > You need to define this method after creating the instance to draw tiles; < code > canvas< / code > is the actual canvas tile on which you can draw, < code > tilePoint< / code > represents the tile numbers, and < code > zoom< / code > is the current zoom.< / td >
< / tr >
2012-02-03 19:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > redraw< / b > ()< / code > < / td >
2012-02-03 19:13:05 +08:00
< td > -< / td >
< td > Calling < code > redraw< / code > will cause the < code > drawTile< / code > method to be called for all tiles. May be used for updating dynamic content drawn on the Canvas< / td >
< / tr >
2011-05-30 20:13:43 +08:00
< / table >
2011-04-04 19:57:47 +08:00
2011-04-06 17:43:50 +08:00
< h2 id = "imageoverlay" > L.ImageOverlay< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< p > Used to load and display a single image over specific bounds of the map, implements < a href = "#ilayer" > ILayer< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< h3 > Usage example< / h3 >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< pre > < code class = "javascript" > var imageUrl = 'http://www.lib.utexas.edu/maps/historical/newark_nj_1922.jpg',
imageBounds = [[40.712216, -74.22655], [40.773941, -74.12544]];
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
L.imageOverlay(imageUrl, imageBounds).addTo(map);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-06 17:43:50 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.ImageOverlay< / b > ( < nobr > < String> < i > imageUrl< / i > < / nobr > , < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > <!-- </nobr>, <nobr><<a href="#imageoverlay - options">ImageOverlay options</a>> <i>options?</i> --> )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.ImageOverlay(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.imageOverlay(< span class = "comment" > … < / span > )< / code >
< / td >
2011-04-06 17:43:50 +08:00
< td > Instantiates an image overlay object given the URL of the image and the geographical bounds it is tied to.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
2011-03-28 22:30:18 +08:00
2011-03-28 20:36:32 +08:00
< h2 id = "path" > L.Path< / h2 >
2011-03-24 00:35:29 +08:00
< p > An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle). Do not use it directly.
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< h3 id = "path-options" > Options< / h3 >
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 16:22:58 +08:00
< th class = "minwidth" > Default< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > stroke< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Whether to draw stroke along the path. Set it to < code > false< / code > to disable borders on polygons or circles.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > color< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "string" > '#03f'< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Stroke color.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > weight< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 5< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Stroke width in pixels.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > opacity< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0.5< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Stroke opacity.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fill< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > Whether to fill the path with color. Set it to < code > false< / code > to disable filling on polygons or circles.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fillColor< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > String< / code > < / td >
< td > same as color< / td >
< td > Fill color.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fillOpacity< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 0.2< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Fill opacity.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > clickable< / b > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
< td > If < code > false< / code > , the vector will not emit mouse events and will act as a part of the underlying map.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< h3 > Events< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< p > You can subscribe to the following events using < a href = "#events" > these methods< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-05-12 23:14:35 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Event< / th >
< th class = "width100" > Data< / th >
2011-05-12 23:14:35 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > click< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
2011-05-12 23:14:35 +08:00
< td > Fired when the user clicks (or taps) the object.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dblclick< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
2011-05-12 23:14:35 +08:00
< td > Fired when the user double-clicks (or double-taps) the object.< / td >
< / tr >
2012-06-23 23:30:49 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mousedown< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user pushes the mouse button on the object.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseover< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse enters the object.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseout< / b > < / code > < / td >
2012-06-23 23:30:49 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse leaves the object.< / td >
< / tr >
2011-05-12 23:14:35 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2012-07-12 16:22:58 +08:00
< h3 > Properties< / h3 >
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Constant< / th >
< th > Type< / th >
< th > Value< / th >
< th > Description< / th >
< / tr >
< tr >
2011-04-06 17:43:50 +08:00
< td > < code > L.Path.SVG< / code > < / td >
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > True if SVG is used for vector rendering (true for most modern browsers).< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< tr >
2011-04-06 17:43:50 +08:00
< td > < code > L.Path.VML< / code > < / td >
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
< td > True if VML is used for vector rendering (IE 6-8).< / td >
2011-03-24 00:35:29 +08:00
< / tr >
2012-06-24 00:25:30 +08:00
< tr >
< td > < code > L.Path.CANVAS< / code > < / td >
< td > < code > Boolean< / code > < / td >
< td > depends< / td >
2012-07-11 19:34:39 +08:00
< td > True if Canvas is used for vector rendering (Android 2). You can also force this by setting global variable < code > L_PREFER_CANVAS< / code > to < code > true< / code > < em > before< / em > the Leaflet include on your page — sometimes it can increase performance dramatically when rendering thousands of circle markers, but currently suffers from a bug that causes removing such layers to be extremely slow.< / td >
2012-06-24 00:25:30 +08:00
< / tr >
2011-03-24 00:35:29 +08:00
< tr >
2011-04-06 17:43:50 +08:00
< td > < code > L.Path.CLIP_PADDING< / code > < / td >
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < nobr > < code > < span class = "number" > 0.5< / span > < / code > for SVG< / nobr > < br / > < nobr > < code > < span class = "number" > 0.02< / span > < / code > for VML< / nobr > < / td >
2011-04-06 17:43:50 +08:00
< td > How much to extend the clip area around the map view (relative to its size, e.g. 0.5 is half the screen in each direction). Smaller values mean that you will see clipped ends of paths while you're dragging the map, and bigger values decrease drawing performance.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< h3 id = "path-methods" > Methods< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
2011-06-11 03:02:00 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
2011-10-05 21:29:36 +08:00
< tr id = "path-bindpopup" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > bindPopup< / b > ( < nobr > < String> < i > htmlContent< / i > < / nobr > , < nobr > < < a href = "#popup-options" > Popup options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2011-06-11 03:02:00 +08:00
< td > < code > this< / code > < / td >
< td > Binds a popup with a particular HTML content to a click on this path.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
2011-10-05 21:29:36 +08:00
< tr id = "path-setstyle" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setStyle< / b > ( < nobr > < < a href = "#path-options" > Path options< / a > > < i > object< / i > )< / nobr > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > this< / code > < / td >
< td > Changes the appearance of a Path based on the options in the < a href = "#path-options" > Path options< / a > object.< / td >
< / tr >
2011-10-05 21:29:36 +08:00
< tr id = "path-getbounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getBounds< / b > ()< / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
< td > Returns the LatLngBounds of the path.< / td >
2011-06-11 03:02:00 +08:00
< / tr >
2012-02-04 02:33:34 +08:00
< / table >
2011-04-02 19:54:16 +08:00
< h2 id = "polyline" > L.Polyline< / h2 >
2012-02-04 02:33:34 +08:00
2012-05-05 05:17:12 +08:00
< p > A class for drawing polyline overlays on a map. Extends < a href = "#path" > Path< / a > . Use < a href = "#map-addlayer" > Map#addLayer< / a > to add it to the map.< / p >
2012-02-04 02:33:34 +08:00
2011-03-24 22:18:53 +08:00
< h3 > Usage example< / h3 >
< pre > < code class = "javascript" > // create a red polyline from an arrays of LatLng points
2012-07-12 19:27:58 +08:00
var polyline = L.polyline(latlngs, {color: 'red'}).addTo(map);
2011-03-24 22:18:53 +08:00
// zoom the map to the polyline
2012-07-12 19:27:58 +08:00
map.fitBounds(polyline.getBounds());< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Polyline< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > []> < i > latlngs< / i > < / nobr > , < nobr > < < a href = "#polyline-options" > Polyline options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Polyline(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.polyline(< span class = "comment" > … < / span > )< / code >
< / td >
2011-03-24 00:35:29 +08:00
< td > Instantiates a polyline object given an array of geographical points and optionally an options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< h3 id = "polyline-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-28 23:37:24 +08:00
< p > You can use < a href = "#path-options" > Path options< / a > and additionally the following options:< / p >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > smoothFactor< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 1.0< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > How much to simplify the polyline on each zoom level. More means better performance and smoother look, and less means more accurate representation.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > noClip< / b > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > false< / span > < / code > < / td >
2011-03-24 00:35:29 +08:00
< td > Disabled polyline clipping.< / td >
< / tr >
2012-02-04 02:33:34 +08:00
< / table >
2011-05-26 00:11:45 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< p > You can use < a href = "#path-methods" > Path methods< / a > and additionally the following methods:< / p >
2012-02-04 02:33:34 +08:00
2011-05-26 00:11:45 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
2011-05-26 00:11:45 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addLatLng< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-05-26 00:11:45 +08:00
< td > < code > this< / code > < / td >
< td > Adds a given point to the polyline.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setLatLngs< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > []> < i > latlngs< / i > )< / nobr > < / code > < / td >
2011-05-26 00:11:45 +08:00
< td > < code > this< / code > < / td >
< td > Replaces all the points in the polyline with the given array of geographical points.< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getLatLngs< / b > ()< / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > []< / code > < / td >
< td > Returns an array of the points in the path.< / td >
2011-05-26 00:11:45 +08:00
< / tr >
< tr >
2012-07-12 06:00:34 +08:00
< td > < code > < b > spliceLatLngs< / b > ( < nobr > < Number> < i > index< / i > < / nobr > , < nobr > < Number> < i > pointsToRemove< / i > < / nobr > , < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng?< / i > , … )< / nobr > < / code > < / td >
2011-05-26 00:11:45 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > []< / code > < / td >
< td > Allows adding, removing or replacing points in the polyline. Syntax is the same as in < a href = "https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/Array/splice" > Array#splice< / a > . Returns the array of removed points (if any).< / td >
2011-10-05 21:27:02 +08:00
< / tr >
< tr id = "#path-getbounds" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getBounds< / b > ()< / code > < / td >
2012-06-23 22:22:24 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
< td > Returns the LatLngBounds of the polyline.< / td >
2011-05-26 00:11:45 +08:00
< / tr >
2011-03-24 00:35:29 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< h2 id = "multipolyline" > L.MultiPolyline< / h2 >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< p > Extends < a href = "#featuregroup" > FeatureGroup< / a > to allow creating multi-polylines (single layer that consists of several polylines that share styling/popup).< / p >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-06-11 03:02:00 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.MultiPolyline< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > [][]> < i > latlngs< / i > < / nobr > , < nobr > < < a href = "#polyline-options" > Polyline options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.MultiPolyline(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.multiPolyline(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-11 03:02:00 +08:00
< td > Instantiates a multi-polyline object given an array of arrays of geographical points (one for each individual polyline) and optionally an options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-02 19:54:16 +08:00
< h2 id = "polygon" > L.Polygon< / h2 >
2012-02-04 02:33:34 +08:00
2011-05-26 00:11:45 +08:00
< p > A class for drawing polygon overlays on a map. Extends < a href = "#polyline" > Polyline< / a > . Use < a href = "#map-addlayer" > Map#addLayer< / a > to add it to the map.< / p >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Polygon< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > []> < i > latlngs< / i > < / nobr > , < nobr > < < a href = "#polyline-options" > Polyline options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Polygon(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.polygon(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-11 03:02:00 +08:00
< td > Instantiates a polygon object given an array of geographical points and optionally an options object (the same as for Polyline). You can also create a polygon with holes by passing an array of arrays of latlngs, with the first latlngs array representing the exterior ring while the remaining represent the holes inside.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-26 00:11:45 +08:00
< p > Polygon the same options and methods as Polyline.< / p >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< h2 id = "multipolygon" > L.MultiPolygon< / h2 >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< p > Extends < a href = "#featuregroup" > FeatureGroup< / a > to allow creating multi-polygons (single layer that consists of several polygons that share styling/popup).< / p >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-11 03:02:00 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-06-11 03:02:00 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.MultiPolygon< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > [][]> < i > latlngs< / i > < / nobr > , < nobr > < < a href = "#polyline-options" > Polyline options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.MultiPolygon(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.multiPolygon(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-11 03:02:00 +08:00
< td > Instantiates a multi-polyline object given an array of latlngs arrays (one for each individual polygon) and optionally an options object (the same as for MultiPolyline).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2012-06-23 22:45:31 +08:00
< h2 id = "rectangle" > L.Rectangle< / h2 >
2012-02-04 02:33:34 +08:00
2012-02-27 05:16:41 +08:00
< p > A class for drawing rectangle overlays on a map. Extends < a href = "#polygon" > Polygon< / a > . Use < a href = "#map-addlayer" > Map#addLayer< / a > to add it to the map.< / p >
2012-02-04 02:33:34 +08:00
2012-02-27 05:16:41 +08:00
< h3 > Usage example< / h3 >
< pre > < code class = "javascript" > // create an orange rectangle from a LatLngBounds
var bounds = new L.LatLngBounds(new L.LatLng(54.559322, -5.767822), new L.LatLng(56.1210604, -3.021240));
// zoom the map to the rectangle
map.fitBounds(bounds);
// create the rectangle
var rectangle = new L.Rectangle(bounds, {
fillColor: "#ff7800",
color: "#000000",
opacity: 1,
weight: 2
});
// add the rectangle to the map
map.addLayer(rectangle);< / code > < / pre >
< h3 > Constructor< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2012-02-27 05:16:41 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Rectangle< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > < / nobr > , < nobr > < < a href = "#path-options" > Path options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Rectangle(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.rectangle(< span class = "comment" > … < / span > )< / code >
< / td >
2012-06-23 22:22:24 +08:00
< td > Instantiates a rectangle object with the given geographical bounds and optionally an options object.< / td >
2012-02-27 05:16:41 +08:00
< / tr >
< / table >
< h3 > Methods< / h3 >
< p > You can use < a href = "#path-methods" > Path methods< / a > and additionally the following methods:< / p >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
2012-02-27 05:16:41 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setBounds< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > bounds< / i > )< / nobr > < / code > < / td >
2012-02-27 05:16:41 +08:00
< td > < code > this< / code > < / td >
< td > Redraws the rectangle with the passed bounds.< / td >
< / tr >
2012-06-23 22:45:31 +08:00
< / table >
2012-06-23 22:22:24 +08:00
2012-02-04 02:33:34 +08:00
2011-04-02 19:54:16 +08:00
< h2 id = "circle" > L.Circle< / h2 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< p > A class for drawing circle overlays on a map. Extends < a href = "#path" > Path< / a > . Use < a href = "#map-addlayer" > Map#addLayer< / a > to add it to the map.< / p >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-03-24 00:35:29 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Circle< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > < / nobr > , < nobr > < Number> < i > radius< / i > < / nobr > , < nobr > < < a href = "#path-options" > Path options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Circle(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.circle(< span class = "comment" > … < / span > )< / code >
< / td >
2011-05-19 22:17:38 +08:00
< td > Instantiates a circle object given a geographical point, a radius in meters and optionally an options object.< / td >
2011-03-24 00:35:29 +08:00
< / tr >
2011-10-05 21:27:02 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-10-05 21:27:02 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-10-05 21:27:02 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Method< / th >
< th class = "minwidth" > Returns< / th >
2011-10-05 21:27:02 +08:00
< th > Description< / th >
< / tr >
2012-05-05 05:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getLatLng< / b > ()< / code > < / td >
2012-05-05 05:13:05 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the current geographical position of the circle.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getRadius< / b > ()< / code > < / td >
2012-05-05 05:13:05 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the current radius of a circle. Units are in meters.< / td >
< / tr >
2011-10-05 21:27:02 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setLatLng< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > this< / code > < / td >
< td > Sets the position of a circle to a new location.< / td >
< / tr >
2012-02-17 13:51:54 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setRadius< / b > ( < nobr > < Number> < i > radius< / i > )< / nobr > < / code > < / td >
2012-02-17 13:51:54 +08:00
< td > < code > this< / code > < / td >
< td > Sets the radius of a circle. Units are in meters.< / td >
< / tr >
2011-10-05 21:27:02 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h2 id = "circlemarker" > L.CircleMarker< / h2 >
2012-02-04 02:33:34 +08:00
2012-02-17 13:51:54 +08:00
< p > A circle of a fixed size with radius specified in pixels. Extends < a href = "#circle" > Circle< / a > . Use < a href = "#map-addlayer" > Map#addLayer< / a > to add it to the map.< / p >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-05-19 22:17:38 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.CircleMarker< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > < / nobr > , < nobr > < < a href = "#path-options" > Path options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.CircleMarker(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.circleMarker(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-17 03:19:29 +08:00
< td > Instantiates a circle marker given a geographical point and optionally an options object. The default radius is 10 and can be altered by passing a "radius" member in the path options object.< / td >
2011-05-19 22:17:38 +08:00
< / tr >
2011-10-05 21:27:02 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-10-05 21:27:02 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-10-05 21:27:02 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Method< / th >
< th class = "minwidth" > Returns< / th >
2011-10-05 21:27:02 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setLatLng< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-10-05 21:27:02 +08:00
< td > < code > this< / code > < / td >
< td > Sets the position of a circle marker to a new location.< / td >
< / tr >
2012-02-17 13:51:54 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setRadius< / b > ( < nobr > < Number> < i > radius< / i > )< / nobr > < / code > < / td >
2012-02-17 13:51:54 +08:00
< td > < code > this< / code > < / td >
2012-02-17 22:06:32 +08:00
< td > Sets the radius of a circle marker. Units are in pixels.< / td >
2012-02-17 13:51:54 +08:00
< / tr >
2011-06-16 13:39:57 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h2 id = "layergroup" > L.LayerGroup< / h2 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< p > Used to group several layers and handle them as one. If you add it to the map, any layers added or removed from the group will be added/removed on the map as well. Implements < a href = "#ilayer" > ILayer< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< pre > < code class = "javascript" > var group = new L.LayerGroup();
group.addLayer(marker1);
group.addLayer(marker2);
group.addLayer(polyline);
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
map.addLayer(group);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-06-18 00:28:27 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.LayerGroup< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > []> < i > layers?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.LayerGroup(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.layerGroup(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-18 00:28:27 +08:00
< td > Create a layer group, optionally given an initial set of layers.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Method< / th >
< th class = "minwidth" > Returns< / th >
2011-06-18 00:28:27 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addLayer< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > > < i > layer< / i > )< / nobr > < / code > < / td >
2011-06-18 00:28:27 +08:00
< td > < code > this< / code > < / td >
< td > Adds a given layer to the group.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeLayer< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > > < i > layer< / i > )< / nobr > < / code > < / td >
2011-06-18 00:28:27 +08:00
< td > < code > this< / code > < / td >
< td > Removes a given layer from the group.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > clearLayers< / b > ()< / code > < / td >
2011-06-18 00:28:27 +08:00
< td > < code > this< / code > < / td >
< td > Removes all the layers from the group.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-10-05 21:29:36 +08:00
< h2 id = "featuregroup" > L.FeatureGroup< / h2 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< p > Extended < a href = "#layergroup" > LayerGroup< / a > that also has mouse events (propagated from members of the group) and a shared bindPopup method. Implements < a href = "#ilayer" > IFeature< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< pre > < code class = "javascript" > var group = new L.FeatureGroup([marker1, marker2, polyline]);
group.bindPopup('Hello world!');
2012-02-04 02:33:34 +08:00
group.on('click', function() {
alert('Clicked on a group!');
2011-06-18 00:28:27 +08:00
});
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
map.addLayer(group);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width300" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-06-18 00:28:27 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.FeatureGroup< / b > ( < nobr > < < a href = "#ilayer" > IFeature< / a > []> < i > layers?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.FeatureGroup(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.featureGroup(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-18 00:28:27 +08:00
< td > Create a layer group, optionally given an initial set of layers.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< p > Has all < a href = "#layergroup" > LayerGroup< / a > methods and additionally:< / p >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
2011-06-18 00:28:27 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > bindPopup< / b > ( < nobr > < String> < i > htmlContent< / i > < / nobr > , < nobr > < < a href = "#popup-options" > Popup options< / a > > < i > options?< / i > < / nobr > )< / code > < / td >
2011-06-18 00:28:27 +08:00
< td > < code > this< / code > < / td >
< td > Binds a popup with a particular HTML content to a click on any layer from the group.< / td >
< / tr >
2012-07-05 09:01:56 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getBounds< / b > ()< / code > < / td >
2012-07-05 09:01:56 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
< td > Returns the LatLngBounds of the Feature Group.< / td >
< / tr >
2011-06-18 00:28:27 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< h3 > Events< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< p > You can subscribe to the following events using < a href = "#events" > these methods< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-06-18 00:28:27 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Event< / th >
< th class = "width100" > Data< / th >
2011-06-18 00:28:27 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > click< / b > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user clicks (or taps) the group.< / td >
2011-06-18 00:28:27 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > dblclick< / b > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the user double-clicks (or double-taps) the group.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseover< / b > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse enters the group.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mouseout< / b > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > < code > < a href = "#mouse-event" > MouseEvent< / a > < / code >
< td > Fired when the mouse leaves the group.< / td >
2011-06-18 00:28:27 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< h2 id = "geojson" > L.GeoJSON< / h2 >
2012-02-04 02:33:34 +08:00
2012-06-24 00:25:30 +08:00
< p > Represents a < a href = "http://geojson.org/geojson-spec.html" > GeoJSON< / a > layer. Allows you to parse GeoJSON data and display on the map. Extends < a href = "#featuregroup" > FeatureGroup< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-06-15 17:18:47 +08:00
< pre > < code class = "javascript" > var geojson = new L.GeoJSON();
geojson.on('featureparse', function(e) {
// do something with e.layer depending on e.properties
});
geojson.addGeoJSON(geojsonObj);
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
map.addLayer(geojson);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< table >
< tr >
< th > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-06-15 16:56:45 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.GeoJSON< / b > ( < nobr > < Object> < i > geojson?< / i > < / nobr > , < nobr > < < a href = "#geojson-options" > GeoJSON options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.GeoJSON(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.geoJson(< span class = "comment" > … < / span > )< / code >
< / td >
2011-06-15 16:56:45 +08:00
< td > Creates a GeoJSON layer. Optionally accepts an object in < a href = "http://geojson.org/geojson-spec.html" > GeoJSON format< / a > to display on the map (you can alternatively add it with < code > addGeoJSON< / code > method) and an options object.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< h3 id = "geojson-options" > Options< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2011-06-15 16:56:45 +08:00
< th > Description< / th >
< / tr >
< tr id = "geojson-pointtolayer" >
2012-07-11 19:34:39 +08:00
< td > < code > < b > pointToLayer< / b > < / code > < / td >
2011-06-15 16:56:45 +08:00
< td > < code > Function< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > null< / span > < / code > < / td >
2012-06-23 22:22:24 +08:00
< td > Function of the form < code > (LatLng) -> ILayer< / code > that will be used for creating layers for GeoJSON points (if not specified, markers will be created).< / td >
2011-06-15 16:56:45 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-15 17:18:47 +08:00
< h3 id = "geojson-events" > Events< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 17:18:47 +08:00
< p > You can subscribe to the following events using < a href = "#events" > these methods< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-06-15 17:18:47 +08:00
< table >
< tr >
< th > Event< / th >
< th > Data< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > featureparse< / b > < / code > < / td >
2011-06-15 17:18:47 +08:00
< td > < code > < a href = "#geojson-event" > GeoJSONEvent< / a > < / code >
< td > Fired before an object converted from a GeoJSON feature is added to the map. This event can be used to add interaction or change styling of objects depending on feature properties.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
< th class = "minwidth" > Returns< / th >
2011-06-15 16:56:45 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addGeoJSON< / b > ( < nobr > < Object> < i > geojson< / i > )< / nobr > < / code > < / td >
2011-06-15 16:56:45 +08:00
< td > < code > Boolean< / code > < / td >
< td > Adds a GeoJSON object to the layer.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< h3 > Static methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 16:56:45 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > geometryToLayer< / b > ( < nobr > < Object> < i > geojson< / i > < / nobr > , < nobr > < < a href = "#geojson-pointtolayer" > Function< / a > > < i > pointToLayer?< / i > )< / nobr > < / code > < / td >
2011-06-15 16:56:45 +08:00
< td > < code > ILayer< / code > < / td >
< td > Creates a layer from a given GeoJSON geometry.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > coordsToLatlng< / b > ( < nobr > < Array> < i > coords< / i > < / nobr > , < nobr > < Boolean> < i > reverse?< / i > )< / nobr > < / code > < / td >
2011-06-15 16:56:45 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > Creates a LatLng object from an array of 2 numbers (latitude, longitude) used in GeoJSON for points. If < code > reverse< / code > is set to < code > true< / code > , the numbers will be interpreted as (longitude, latitude).< / td >
2011-06-15 16:56:45 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > coordsToLatlngs< / b > ( < nobr > < Array> < i > coords< / i > < / nobr > , < nobr > < Number> < i > levelsDeep?< / i > < / nobr > , < nobr > < Boolean> < i > reverse?< / i > )< / nobr > < / code > < / td >
2011-06-15 16:56:45 +08:00
< td > < code > Array< / code > < / td >
2012-06-24 00:25:30 +08:00
< td > Creates a multidimensional array of LatLng objects from a GeoJSON coordinates array. < code > levelsDeep< / code > specifies the nesting level (0 is for an array of points, 1 for an array of arrays of points, etc., 0 by default). If < code > reverse< / code > is set to < code > true< / code > , the numbers will be interpreted as (longitude, latitude).< / td >
2011-06-15 16:56:45 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h2 id = "latlng" > L.LatLng< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< p > Represents a geographical point with a certain latitude and longitude.< / p >
< pre > < code class = "javascript" > var latlng = new L.LatLng(50.5, 30.5);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< p > All Leaflet methods that accept LatLng objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:< / p >
< pre > < code > map.panTo([50, 30]);
map.panTo(new L.LatLng(50, 30));< / code > < / pre >
2011-04-01 21:09:19 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-01 21:09:19 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.LatLng< / b > ( < nobr > < Number> < i > latitude< / i > < / nobr > , < nobr > < Number> < i > longitude< / i > < / nobr > , < nobr > < Boolean> < i > noWrap?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.LatLng(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.latLng(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.latLng([< span class = "comment" > … < / span > ])< / code >
< / td >
2012-06-24 00:25:30 +08:00
< td > Creates an object representing a geographical point with the given latitude and longitude. Wraps longitude to lie between < code > -180< / code > and < code > 180< / code > and clamps longitude between < code > -90< / code > and < code > 90< / code > by default — you can disable this with the < code > noWrap< / code > argument.< / td >
2011-04-01 21:09:19 +08:00
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Properties< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Property< / th >
< th class = "width100" > Type< / th >
2011-04-01 21:09:19 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > lat< / b > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Number< / code > < / td >
< td > Latitude in degrees.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > lng< / b > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Number< / code > < / td >
< td > Longitude in degrees.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
2012-02-03 19:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > distanceTo< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > otherLatlng< / i > )< / nobr > < / code > < / td >
2012-02-03 19:13:05 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the distance (in meters) to the given LatLng calculated using the Haversine formula. See < a href = "http://en.wikipedia.org/wiki/Haversine_formula" > description on wikipedia< / a > < / td >
< / tr >
2011-04-01 21:09:19 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > equals< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > otherLatlng< / i > )< / nobr > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Returns < code > true< / code > if the given LatLng point is at the same position (within a small margin of error).< / td >
2011-04-01 21:09:19 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > toString< / b > ()< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > String< / code > < / td >
< td > Returns a string representation of the point (for debugging purposes).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< h3 > Constants< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Constant< / th >
< th class = "width100" > Type< / th >
< th class = "width100" > Value< / th >
2011-04-01 21:09:19 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > DEG_TO_RAD< / b > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > Math.PI / < span class = "number" > 180< / span > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > A multiplier for converting degrees into radians.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > RAD_TO_DEG< / b > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 180< / span > / Math.PI< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > A multiplier for converting radians into degrees.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > MAX_MARGIN< / b > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Number< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "number" > 1.0E-9< / span > < / code > < / td >
2011-04-01 21:09:19 +08:00
< td > Max margin of error for the equality check.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< h2 id = "latlngbounds" > L.LatLngBounds< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< p > Represents a rectangular geographical area on a map.< / p >
2012-07-12 19:27:58 +08:00
< pre > < code class = "javascript" > var southWest = new L.LatLng(40.712, -74.227),
northEast = new L.LatLng(40.774, -74.125),
2011-04-06 17:43:50 +08:00
bounds = new L.LatLngBounds(southWest, northEast);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< p > All Leaflet methods that accept LatLngBounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:< / p >
< pre > < code class = "javascript" > map.fitBounds([
[40.712, -74.227],
[40.774, -74.125]
]);< / code > < / pre >
2011-04-06 17:43:50 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-06 17:43:50 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.LatLngBounds< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > southWest< / i > < / nobr > , < nobr > < < a href = "#latlng" > LatLng< / a > > < i > northEast< / i > < / nobr > )< / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.LatLngBounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.latLngBounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.latLngBounds([< span class = "comment" > … < / span > ])< / code >
< / td >
2011-04-06 17:43:50 +08:00
< td > Creates a LatLngBounds object by defining south-west and north-east corners of the rectangle.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.LatLngBounds< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > []> < i > latlngs< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.LatLngBounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.latLngBounds(< span class = "comment" > … < / span > )< / code >
< / td >
2011-04-06 17:43:50 +08:00
< td > Creates a LatLngBounds object defined by the geographical points it contains. Very useful for zooming the map to fit a particular set of locations with < a href = "#map-fitbounds" > fitBounds< / a > .< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-06 17:43:50 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width300" > Method< / th >
2011-04-06 17:43:50 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > extend< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > |< a href = "#latlngbounds" > LatLngBounds< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2012-03-04 05:52:23 +08:00
< td > < code > this< / code > < / td >
2012-06-23 22:32:22 +08:00
< td > Extends the bounds to contain the given point or bounds.< / td >
2011-04-06 17:43:50 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getSouthWest< / b > ()< / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the south-west point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getNorthEast< / b > ()< / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the north-east point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getNorthWest< / b > ()< / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the north-west point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getSouthEast< / b > ()< / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the south-east point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getCenter< / b > ()< / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Returns the center point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > contains< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > otherBounds< / i > )< / nobr > < / code > < / td >
2011-04-06 17:43:50 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle contains the given one.< / td >
< / tr >
2011-05-26 16:58:58 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > contains< / b > ( < nobr > < < a href = "#latlng" > LatLng< / a > > < i > latlng< / i > )< / nobr > < / code > < / td >
2011-05-26 16:58:58 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle contains the given point.< / td >
< / tr >
2012-02-03 19:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > intersects< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > otherBounds< / i > )< / nobr > < / code > < / td >
2012-02-03 19:13:05 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle intersects the given bounds.< / td >
2012-02-17 13:38:41 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > equals< / b > ( < nobr > < < a href = "#latlngbounds" > LatLngBounds< / a > > < i > otherBounds< / i > )< / nobr > < / code > < / td >
2012-02-17 13:38:41 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle is equivalent (within a small margin of error) to the given bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > toBBoxString< / b > ()< / code > < / td >
2012-02-17 13:38:41 +08:00
< td > < code > String< / code > < / td >
2012-07-12 16:22:58 +08:00
< td > Returns a string with bounding box coordinates in a < code > < span class = "string" > 'southwest_lng,southwest_lat,northeast_lng,northeast_lat'< / span > < / code > format. Useful for sending requests to web services that return geo data.< / td >
2012-02-03 19:13:05 +08:00
< / tr >
2011-04-06 17:43:50 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-04-01 21:09:19 +08:00
2011-03-28 22:30:18 +08:00
< h2 id = "point" > L.Point< / h2 >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< p > Represents a point with x and y coordinates in pixels.< / p >
< pre > < code > var point = new L.Point(200, 300);< / code > < / pre >
< p > All Leaflet methods and options that accept Point objects also accept them in a simple Array form (unless noted otherwise), so these lines are equivalent:< / p >
< pre > < code > map.panBy([200, 300]);
map.panBy(new L.Point(200, 300));< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-03-28 22:30:18 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-03-28 22:30:18 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-03-28 22:30:18 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Point< / b > ( < nobr > < Number> < i > x< / i > , < Number> < i > y< / i > < / nobr > , < nobr > < Boolean> < i > round?< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Point(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.point(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.point([< span class = "comment" > … < / span > ])< / code >
< / td >
2012-06-24 00:25:30 +08:00
< td > Creates a Point object with the given < code > x< / code > and < code > y< / code > coordinates. If optional < code > round< / code > is set to < code > true< / code > , rounds the < code > x< / code > and < code > y< / code > values.< / td >
2011-03-28 22:30:18 +08:00
< / tr >
< / table >
< h3 > Properties< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Property< / th >
< th class = "width100" > Type< / th >
2011-03-28 22:30:18 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > x< / b > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > Number< / code > < / td >
< td > The x coordinate.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > y< / b > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > Number< / code > < / td >
< td > The y coordinate.< / td >
< / tr >
< / table >
< h3 > Methods< / h3 >
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > add< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > otherPoint< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns the result of addition of the current and the given points.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > subtract< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > otherPoint< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns the result of subtraction of the given point from the current.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > multiplyBy< / b > ( < nobr > < Number> < i > number< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns the result of multiplication of the current point by the given number.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > divideBy< / b > ( < nobr > < Number> < i > number< / i > < / nobr > , < nobr > < Boolean> < i > round?< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > Returns the result of division of the current point by the given number. If optional < code > round< / code > is set to < code > true< / code > , returns a rounded result.< / td >
2011-03-28 22:30:18 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > distanceTo< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > otherPoint< / i > )< / nobr > < / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > Number< / code > < / td >
< td > Returns the distance between the current and the given points.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > clone< / b > ()< / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns a copy of the current point.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > round< / b > ()< / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns a copy of the current point with rounded coordinates.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > toString< / b > ()< / code > < / td >
2011-03-28 22:30:18 +08:00
< td > < code > String< / code > < / td >
< td > Returns a string representation of the point for debugging purposes.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< h2 id = "bounds" > L.Bounds< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< p > Represents a rectangular area in pixel coordinates.< / p >
< pre > < code class = "javascript" > var p1 = new L.Point(10, 10),
p2 = new L.Point(40, 60),
bounds = new L.Bounds(p1, p2);< / code > < / pre >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< p > All Leaflet methods that accept Bounds objects also accept them in a simple Array form (unless noted otherwise), so the bounds example above can be passed like this:< / p >
< pre > < code class = "javascript" > otherBounds.intersects([[10, 10], [40, 60]]);< / code > < / pre >
2011-04-15 06:23:44 +08:00
< h3 > Constructor< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2011-04-15 06:23:44 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Bounds< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > topLeft< / i > < / nobr > , < nobr > < < a href = "#point" > Point< / a > > < i > bottomRight< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Bounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.bounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.bounds([< span class = "comment" > … < / span > ])< / code >
< / td >
2012-06-24 00:25:30 +08:00
< td > Creates a Bounds object from two coordinates (usually top-left and bottom-right corners).< / td >
2011-04-15 06:23:44 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.LatLngBounds< / b > ( < nobr > < < a href = "#point" > Point< / a > []> < i > points< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Bounds(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.bounds(< span class = "comment" > … < / span > )< / code >
< / td >
2011-04-15 06:23:44 +08:00
< td > Creates a Bounds object defined by the points it contains.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< h3 > Properties< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Property< / th >
< th class = "width100" > Type< / th >
2011-04-15 06:23:44 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > min< / b > < / code > < / td >
2011-04-15 06:23:44 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > The top left corner of the rectangle.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > max< / b > < / code > < / td >
2011-04-15 06:23:44 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > The bottom right corner of the rectangle.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< h3 > Methods< / h3 >
2012-02-04 02:33:34 +08:00
2011-04-15 06:23:44 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Method< / th >
2011-04-15 06:23:44 +08:00
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > extend< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-04-15 06:23:44 +08:00
< td > -< / td >
< td > Extends the bounds to contain the given point.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getCenter< / b > ()< / code > < / td >
2011-04-15 06:23:44 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Returns the center point of the bounds.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > contains< / b > ( < nobr > < < a href = "#bounds" > Bounds< / a > > < i > otherBounds< / i > )< / nobr > < / code > < / td >
2011-04-15 06:23:44 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle contains the given one.< / td >
< / tr >
2011-05-26 16:58:58 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > contains< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2011-05-26 16:58:58 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle contains the given point.< / td >
< / tr >
2012-02-03 19:13:05 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > intersects< / b > ( < nobr > < < a href = "#bounds" > Bounds< / a > > < i > otherBounds< / i > )< / nobr > < / code > < / td >
2012-02-03 19:13:05 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the rectangle intersects the given bounds.< / td >
< / tr >
2011-04-15 06:23:44 +08:00
< / table >
2012-02-04 02:33:34 +08:00
2011-05-18 19:02:56 +08:00
< h2 id = "icon" > L.Icon< / h2 >
2012-02-04 02:33:34 +08:00
2012-06-24 03:20:26 +08:00
< p > Represents an icon to provide when creating a marker.< / p >
2012-02-04 02:33:34 +08:00
2012-07-12 19:27:58 +08:00
< pre > < code class = "javascript" > var myIcon = L.icon({
2011-05-18 19:02:56 +08:00
iconUrl: 'my-icon.png',
shadowUrl: 'my-icon-shadow.png',
2012-07-12 19:27:58 +08:00
iconSize: [38, 95],
shadowSize: [68, 95],
iconAnchor: [22, 94],
popupAnchor: [-3, -76]
2011-05-18 19:02:56 +08:00
});
2012-07-12 19:27:58 +08:00
L.marker([50.505, 30.57], {icon: myIcon}).addTo(map);< / code > < / pre >
2011-05-18 19:02:56 +08:00
2012-06-24 03:20:26 +08:00
< p > < code > L.Icon.Default< / code > extends < code > L.Icon< / code > and is the blue icon Leaflet uses for markers by default.< / p >
2011-05-18 19:02:56 +08:00
2012-06-24 03:20:26 +08:00
< h3 > Constructor< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width250" > Constructor< / th >
2012-07-12 19:27:58 +08:00
< th > Usage< / th >
2012-06-24 03:20:26 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Icon< / b > ( < nobr > < < a href = "#icon-properties" > Icon properties< / a > > < i > props< / i > )< / nobr > < / code > < / td >
2012-07-12 19:27:58 +08:00
< td class = "factory-usage" >
< code > < span class = 'keyword' > new< / span > L.Icon(< span class = "comment" > … < / span > )< / code > < br / >
< code > L.icon(< span class = "comment" > … < / span > )< / code >
< / td >
2012-06-24 03:20:26 +08:00
< td > Creates an icon instance with the given properties.< / td >
< / tr >
< / table >
< h3 id = "icon-properties" > Properties< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-18 19:02:56 +08:00
< table >
< tr >
< th > Property< / th >
< th > Type< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > iconUrl< / b > < / code > < / td >
2011-05-18 19:02:56 +08:00
< td > < code > String< / code >
2012-06-24 03:20:26 +08:00
< td > (required) The URL to the icon image (absolute or relative to your script path).< / td >
2011-05-18 19:02:56 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > iconSize< / b > < / code > < / td >
2011-05-18 19:02:56 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > Size of the icon image in pixels.< / td >
< / tr >
2012-06-24 03:20:26 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > iconAnchor< / b > < / code > < / td >
2012-06-24 03:20:26 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > The coordinates of the "tip" of the icon (relative to its top left corner). The icon will be aligned so that this point is at the marker's geographical location.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > shadowUrl< / b > < / code > < / td >
2012-06-24 03:20:26 +08:00
< td > < code > String< / code >
< td > The URL to the icon shadow image. If < code > shadowUrl< / code > is < code > null< / code > then no shadow image will be created.< / td >
< / tr >
2011-05-18 19:02:56 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > shadowSize< / b > < / code > < / td >
2011-05-18 19:02:56 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > Size of the shadow image in pixels.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > shadowOffset< / b > < / code > < / td >
2011-05-18 19:02:56 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
2012-06-24 03:20:26 +08:00
< td > Position of the shadow relative to the icon (< code > (0, 0)< / code > by default)< / td >
2011-05-18 19:02:56 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > popupAnchor< / b > < / code > < / td >
2011-05-18 19:02:56 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code >
< td > The point from which the marker popup opens, relative to the anchor point.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-13 20:55:15 +08:00
< h2 id = "control-zoom" > L.Control.Zoom< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-13 20:55:15 +08:00
< p > A basic zoom control with two buttons (zoom in and zoom out). It is put on the map by default unless you set its < code > zoomControl< / code > option to < code > false< / code > . Implements < a href = "#icontrol" > IControl< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-04-13 20:55:15 +08:00
< h3 > Constructor< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Constructor< / th >
2011-04-13 20:55:15 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Control.Zoom< / b > ()< / code > < / td >
2011-04-13 20:55:15 +08:00
< td > Creates a zoom control.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 19:46:55 +08:00
< h2 id = "control-attribution" > L.Control.Attribution< / h2 >
2012-02-04 02:33:34 +08:00
2011-04-15 19:46:55 +08:00
< p > 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 < code > attributionControl< / code > option to < code > false< / code > , and it fetches attribution texts from layers with < code > getAttribution< / code > method automatically. Implements < a href = "#icontrol" > IControl< / a > interface.< / p >
2012-02-04 02:33:34 +08:00
2011-04-15 19:46:55 +08:00
< h3 > Constructor< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width200" > Constructor< / th >
2011-04-15 19:46:55 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Control.Attribution< / b > ()< / code > < / td >
2011-04-15 19:46:55 +08:00
< td > Creates an attribution control.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-04-15 19:46:55 +08:00
< h3 > Methods< / h3 >
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setPrefix< / b > ( < nobr > < String> < i > prefix< / i > )< / nobr > < / code > < / td >
2011-04-15 19:46:55 +08:00
< td > -< / td >
< td > Sets the string before the attributions ("Powered by Leaflet" by default).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addAttribution< / b > ( < nobr > < String> < i > text< / i > )< / nobr > < / code > < / td >
2011-04-15 19:46:55 +08:00
< td > -< / td >
< td > Adds an attribution text (e.g. "Vector data & copy; CloudMade").< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeAttribution< / b > ( < nobr > < String> < i > text< / i > )< / nobr > < / code > < / td >
2011-04-15 19:46:55 +08:00
< td > -< / td >
< td > Removes an attribution text.< / td >
< / tr >
< / table >
2011-04-13 20:55:15 +08:00
2012-02-04 02:33:34 +08:00
2012-02-12 23:27:31 +08:00
< h2 id = "control-layers" > L.Control.Layers< / h2 >
< p > The layers control gives users the ability to switch between different base layers and switch overlays on/off (check out the < a href = "examples/layers-control.html" > detailed example< / a > ). It should be created and added explicitly to the map using < a href = ="#map-addcontrol" > Map#addControl< / a > method. Implements < a href = "#icontrol" > IControl< / a > interface.< / p >
< pre > < code > var baseLayers = {
"CloudMade": cloudmade,
"OpenStreetMap": osm
};
var overlays = {
"Marker": marker,
"Roads": roadsLayer
};
layersControl = new L.Control.Layers(baseLayers, overlays);
map.addControl(layersControl);< / code > < / pre >
< h3 > Constructor< / h3 >
< table >
< tr >
< th > Constructor< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > L.Control.Layers< / b > ( < nobr > < < a href = "#control-layers-config" > Layer Config< / a > > < i > baseLayers?< / i > < / nobr > , < nobr > < < a href = "#control-layers-config" > Layer Config< / a > > < i > overlays?< / i > < / nobr > , < nobr > < < a href = "#control-layers-options" > Control.Layers options< / a > > < i > options?< / i > )< / nobr > < / code > < / td >
2012-02-12 23:27:31 +08:00
< td > Creates an attribution control with the given layers. Base layers will be switched with radio buttons, while overlays will be switched with checkboxes.< / td >
< / tr >
< / table >
< h3 > Methods< / h3 >
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addBaseLayer< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > > < i > layer< / i > < / nobr > , < nobr > < String> < i > name< / i > )< / nobr > < / code > < / td >
2012-02-12 23:27:31 +08:00
< td > < code > this< / code > < / td >
< td > Adds a base layer (radio button entry) with the given name to the control.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addOverlay< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > > < i > layer< / i > < / nobr > , < nobr > < String> < i > name< / i > )< / nobr > < / code > < / td >
2012-02-12 23:27:31 +08:00
< td > < code > this< / code > < / td >
< td > Adds an overlay (checkbox entry) with the given name to the control.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeLayer< / b > ( < nobr > < < a href = "#ilayer" > ILayer< / a > > < i > layer< / i > )< / nobr > < / code > < / td >
2012-02-12 23:27:31 +08:00
< td > < code > this< / code > < / td >
< td > Remove the given layer from the control.< / td >
< / tr >
< / table >
< h3 id = "control-layers-options" > Options< / h3 >
< table >
< tr >
< th > Option< / th >
< th > Type< / th >
2012-07-12 06:21:04 +08:00
< th > Default< / th >
2012-02-12 23:27:31 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > collapsed< / b > < / code > < / td >
2012-02-12 23:27:31 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > < code > < span class = "literal" > true< / span > < / code > < / td >
< td > If < code > true< / code > , the control will be collapsed into an icon and expanded on mouse hover or touch.< / td >
2012-02-12 23:27:31 +08:00
< / tr >
< / table >
< h3 id = "control-layers-config" > Layer Config< / h3 >
< p > An object literal with layer names as keys and layer objects as values:< / p >
< pre > < code > {
"< someName1> ": layer1,
"< someName2> ": layer2
}< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< h2 id = "events" > Events methods< / h2 >
2012-02-04 02:33:34 +08:00
2012-07-11 19:34:39 +08:00
< p > A set of methods shared between event-powered classes (like Map). Generally, events allow you to execute some function when something happens with an object (e.g. the user clicks on the map, causing the map < code > < span class = "string" > 'fire'< / span > < / code > event).< / p >
2011-05-12 22:21:47 +08:00
< h3 > Example< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 22:21:47 +08:00
< pre > < code class = "javascript" > map.on('click', function(e) {
alert(e.latlng);
});< / code > < / pre >
2012-02-04 02:33:34 +08:00
2012-06-24 18:22:11 +08:00
< p > Leaflet deals with event listeners by reference, so if you want to add a listener and then remove it, define it as a function:< / p >
< pre > < code > function onClick(e) { ... }
map.on('click', onClick);
map.off('click', onClick);< / code > < / pre >
2011-05-12 22:21:47 +08:00
< h3 > Methods< / h3 >
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addEventListener< / b > ( < nobr > < String> < i > type< / i > < / nobr > , < nobr > < Function> < i > fn< / i > < / nobr > , < nobr > < Object> < i > context?< / i > )< / nobr > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Adds a listener function (< code > fn< / code > ) to a particular event type of the object. You can optionally specify the context of the listener (object the < code > this< / code > keyword will point to).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeEventListener< / b > ( < nobr > < String> < i > type< / i > < / nobr > , < nobr > < Function> < i > fn< / i > < / nobr > , < nobr > < Object> < i > context?< / i > )< / nobr > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Removes a previously added listener function.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > on< / b > ( … )< / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Alias to < code > addEventListener< / code > .< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > off< / b > ( … )< / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Alias to < code > removeEventListener< / code > .< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > hasEventListeners< / b > ( < nobr > < String> < i > type< / i > )< / nobr > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Returns < code > true< / code > if a particular event type has some listeners attached to it.< / td >
2011-05-12 22:21:47 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fireEvent< / b > ( < nobr > < String> < i > type< / i > < / nobr > , < nobr > < Object> < i > data?< / i > )< / nobr > < / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Fires an event of the specified type. You can optionally provide an data object — the first argument of the listener function will contain its properties.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > fire< / b > ( … )< / code > < / td >
2011-05-12 22:21:47 +08:00
< td > < code > this< / code > < / td >
< td > Alias to < code > fireEvent< / code > .< / td >
< / tr >
< / table >
2011-05-12 23:02:15 +08:00
< h2 id = "event-objects" > Event objects< / h2 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< p > Event object is an object that you recieve as an argument in a listener function when some event is fired, containing useful information about that event. For example:< / p >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< pre > < code class = "javascript" > map.on('click', function(e) {
alert(e.latlng); // e is an event object (MouseEvent in this case)
2012-02-04 02:33:34 +08:00
});< / code > < / pre >
2011-05-12 23:02:15 +08:00
< h3 id = "event" > Event< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< p > The base event object. All other event objects contain these properties too.< / p >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2011-05-12 23:02:15 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > type< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > The event type (e.g. < code > < span class = "string" > 'click'< / span > < / code > ).< / td >
2011-05-12 23:02:15 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > target< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > Object< / code > < / td >
< td > The object that fired the event.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< h3 id = "mouse-event" > MouseEvent< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
2011-05-12 23:02:15 +08:00
< th > type< / th >
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > latlng< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > The geographical point where the mouse event occured.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layerPoint< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > < a href = "#point" > Point< / a > < / code > < / td >
< td > Pixel coordinates of the point where the mouse event occured relative to the map layer.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< h3 id = "location-event" > LocationEvent< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
2011-05-12 23:02:15 +08:00
< th > type< / th >
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > latlng< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > < a href = "#latlng" > LatLng< / a > < / code > < / td >
< td > Detected geographical location of the user.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > bounds< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > < a href = "#latlngbounds" > LatLngBounds< / a > < / code > < / td >
< td > Geographical bounds of the area user is located in (with respect to the accuracy of location).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > accuracy< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > Number< / code > < / td >
< td > Accuracy of location in meters.< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< h3 id = "error-event" > ErrorEvent< / h3 >
2012-02-04 02:33:34 +08:00
2011-05-19 22:17:38 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2011-05-19 22:17:38 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > message< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > String< / code > < / td >
< td > Error message.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > code< / b > < / code > < / td >
2011-05-19 22:17:38 +08:00
< td > < code > Number< / code > < / td >
< td > Error code (if applicable).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2011-05-12 23:02:15 +08:00
< h3 id = "layer-event" > LayerEvent< / h3 >
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2011-05-12 23:02:15 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layer< / b > < / code > < / td >
2011-05-12 23:02:15 +08:00
< td > < code > < a href = "#ilayer" > ILayer< / a > < / code > < / td >
< td > The layer that was added or removed.< / td >
< / tr >
< / table >
2011-06-15 17:18:47 +08:00
< h3 id = "geojson-event" > GeoJSON event< / h3 >
2012-02-04 02:33:34 +08:00
2011-06-15 17:18:47 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2011-06-15 17:18:47 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > layer< / b > < / code > < / td >
2011-06-15 17:18:47 +08:00
< td > < code > < a href = "#ilayer" > ILayer< / a > < / code > < / td >
< td > The layer for the GeoJSON feature that is being added to the map.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > properties< / b > < / code > < / td >
2011-06-15 17:18:47 +08:00
< td > < code > Object< / code > < / td >
< td > GeoJSON properties of the feature.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > geometryType< / b > < / code > < / td >
2011-06-15 17:18:47 +08:00
< td > < code > String< / code > < / td >
< td > GeoJSON geometry type of the feature.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > id< / b > < / code > < / td >
2011-06-15 17:18:47 +08:00
< td > < code > String< / code > < / td >
< td > GeoJSON ID of the feature (if present).< / td >
< / tr >
< / table >
2012-02-04 02:33:34 +08:00
2012-06-24 00:25:30 +08:00
< h3 id = "popup-event" > Popup event< / h3 >
2011-11-26 11:21:42 +08:00
2012-06-24 00:25:30 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2012-06-24 00:25:30 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > popup< / b > < / code > < / td >
2012-06-24 00:25:30 +08:00
< td > < code > < a href = "#popup" > Popup< / a > < / code > < / td >
< td > The popup that was opened or closed.< / td >
< / tr >
< / table >
2011-06-15 17:18:47 +08:00
2011-05-12 23:02:15 +08:00
<!-- <h3>TileEvent</h3> -->
2012-02-04 02:33:34 +08:00
2012-06-24 18:22:11 +08:00
< h2 id = "class" > L.Class< / h2 >
< p > < code > L.Class< / code > powers the OOP facilities of Leaflet and is used to create almost all of the Leaflet classes documented here.< / p >
< p > In addition to implementing a simple classical inheritance model, it introduces several special properties for convenient code organization — < code > options< / code > , < code > includes< / code > and < code > statics< / code > .< / p >
< pre > < code > var MyClass = L.Class.extend({
initialize: function (greeter) {
this.greeter = greeter;
// class constructor
},
greet: function (name) {
alert(this.greeter + ', ' + name)
}
});
// create instance of MyClass, passing "Hello" to the constructor
var a = new MyClass("Hello");
// call greet method, alerting "Hello, World"
a.greet("World");
< / code > < / pre >
< h3 > Inheritance< / h3 >
< p > You use < code > L.Class.extend< / code > to define new classes, but you can use the same method on any class to inherit from it:< / p >
< pre > < code > var MyChildClass = MyClass.extend({
2012-06-27 18:33:33 +08:00
// ... new properties and methods
2012-06-24 18:22:11 +08:00
});< / code > < / pre >
< p > This will create a class that inherits all methods and properties of the parent class (through a proper prototype chain), adding or overriding the ones you pass to < code > extend< / code > . It will also properly react to < code > instanceof< / code > :< / p >
< pre > < code > var a = new MyChildClass();
a instanceof MyChildClass; // true
a instanceof MyClass; // true
< / code > < / pre >
< p > You can call parent methods (including constructor) from corresponding child ones (as you do with < code > super< / code > calls in other languages) by accessing parent class prototype and using JavaScript's < code > call< / code > or < code > apply< / code > :< / p >
< pre > < code > var MyChildClass = MyClass.extend({
initialize: function () {
MyClass.prototype.initialize.call("Yo");
},
greet: function (name) {
MyClass.prototype.greet.call(this, 'bro ' + name + '!');
}
});
var a = new MyChildClass();
a.greet('Jason'); // alerts "Yo, bro Jason!"< / code > < / pre >
2012-07-11 19:34:39 +08:00
< h3 id = "class-options" > Options< / h3 >
2012-06-24 18:22:11 +08:00
2012-06-27 18:33:33 +08:00
< p > < code > options< / code > is a special property that unlike other objects that you pass to < code > extend< / code > will be merged with the parent one instead of overriding it completely, which makes managing configuration of objects and default values convenient:< / p >
2012-06-24 18:22:11 +08:00
< pre > < code > var MyClass = L.Class.extend({
options: {
myOption1: 'foo',
myOption2: 'bar'
}
});
var MyChildClass = L.Class.extend({
options: {
myOption1: 'baz',
myOption3: 5
}
});
var a = new MyChildClass();
a.options.myOption1; // 'baz'
a.options.myOption2; // 'bar'
a.options.myOption3; // 5< / code > < / pre >
< p > There's also < code > L.Util.setOptions< / code > , a method for conveniently merging options passed to constructor with the defauls defines in the class:< / p >
< pre > < code > var MyClass = L.Class.extend({
options: {
foo: 'bar',
bla: 5
},
initialize: function (options) {
L.Util.setOptions(this, options);
...
}
});
var a = new MyClass({bla: 10});
a.options; // {foo: 'bar', bla: 10}< / code > < / pre >
< h3 > Includes< / h3 >
< p > < code > includes< / code > is a special class property that merges all specified objects into the class (such objects are called mixins). A good example of this is < code > L.Mixin.Events< / code > that < a href = "#events" > event-related methods< / a > like < code > on< / code > , < code > off< / code > and < code > fire< / code > to the class.< / p >
< pre > < code > var MyMixin = {
foo: function () { ... },
bar: 5
};
var MyClass = L.Class.extend({
includes: MyMixin
});
var a = new MyClass();
a.foo();< / code > < / pre >
< p > You can also do such includes in runtime with the < code > include< / code > method:< / p >
2012-07-11 19:34:39 +08:00
< pre > < code > < b > MyClass.include< / b > (MyMixin);< / code > < / pre >
2012-06-24 18:22:11 +08:00
< h3 > Statics< / h3 >
< p > < code > statics< / code > is just a convenience property that injects specified object properties as the static properties of the class, useful for defining constants:< / p >
< pre > < code > var MyClass = L.Class.extend({
statics: {
FOO: 'bar',
BLA: 5
}
});
MyClass.FOO; // 'bar'< / code > < / pre >
2012-06-24 05:03:14 +08:00
< h2 id = "browser" > L.Browser< / h2 >
< p > A namespace with properties for browser/feature detection used by Leaflet internally.< / p >
2012-06-24 18:22:11 +08:00
< pre > < code > if (L.Browser.ie6) {
alert('Upgrade your browser, dude!');
}< / code > < / pre >
2012-06-24 05:03:14 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > property< / th >
< th class = "width100" > type< / th >
2012-06-24 05:03:14 +08:00
< th > description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > ie< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-12 19:27:58 +08:00
< td > < code > true< / code > for all Internet Explorer versions.< / td >
2012-06-24 05:03:14 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > ie6< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for Internet Explorer 6.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > webkit< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for webkit-based browsers like Chrome and Safari (including mobile versions).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > webkit3d< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for webkit-based browsers that support CSS 3D transformations.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > gecko< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for Gecko-based browsers like Firefox and Mozilla.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > opera< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for Opera.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > android< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for Android mobile browser.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mobile< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for modern mobile browsers (including iOS Safari and different Android browsers).< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mobileWebkit< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for mobile webkit-based browsers.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > mobileOpera< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for mobile Opera.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > touch< / b > < / code > < / td >
2012-06-24 05:03:14 +08:00
< td > < code > Boolean< / code > < / td >
< td > < code > true< / code > for all browsers on touch devices.< / td >
< / tr >
< / table >
2012-07-11 19:34:39 +08:00
2012-07-10 23:45:43 +08:00
< h2 id = "util" > L.Util< / h2 >
2012-07-11 19:34:39 +08:00
< p > Various utility functions, used by Leaflet internally.< / p >
< h3 > Methods< / h3 >
2012-07-10 23:45:43 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > extend< / b > ( < nobr > < Object> < i > dest< / i > < / nobr > , < nobr > < Object> < i > src?..< / i > )< / nobr > < / code > < / td >
< td > < code > Object< / code > < / td >
< td > Merges the properties of the < code > src< / code > object (or multiple objects) into < code > dest< / code > object and returns the latter.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > bind< / b > ( < nobr > < Function> < i > fn< / i > < / nobr > , < nobr > < Object> < i > obj< / i > )< / nobr > < / code > < / td >
< td > < code > Function< / code > < / td >
< td > Returns a function which executes function < code > fn< / code > with the given scope < code > obj< / code > (so that < code > this< / code > keyword refers to < code > obj< / code > inside the function code).< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > stamp< / b > ( < Object> obj< / nobr > )< nobr > < / code > < / td >
< td > < code > String< / code > < / td >
2012-07-10 23:45:43 +08:00
< td > Applies a unique key to the object and returns that key.< / td >
< / tr >
2012-07-11 19:34:39 +08:00
<!-- TODO Commented out for the time being:
2012-07-11 05:30:39 +08:00
https://github.com/CloudMade/Leaflet/pull/793#discussion_r1134904
2012-07-10 23:45:43 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > requestAnimFrame< / b > ()< / code > < / td >
2012-07-10 23:45:43 +08:00
< td > < / td >
< td > < / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > cancelAnimFrame< / b > ()< / code > < / td >
2012-07-10 23:45:43 +08:00
< td > < / td >
< td > < / td >
< / tr >
2012-07-11 05:30:39 +08:00
-->
2012-07-10 23:45:43 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > limitExecByInterval< / b > ( < nobr > < Function> < i > fn< / i > < / nobr > , < nobr > < Number> < i > time< / i > < / nobr > , < nobr > < Object> < i > context?< / i > )< / nobr > < / code > < / td >
< td > < code > Function< / code > < / td >
< td > Returns a wrapper around the function < code > fn< / code > that makes sure it's called not more often than a certain time interval < code > time< / code > , but as fast as possible otherwise (for example, it is used for checking and requesting new tiles while dragging the map), optionally passing the scope (< code > context< / code > ) in which the function will be called.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > falseFn< / b > ()< / code > < / td >
< td > < code > Function< / code > < / td >
2012-07-11 05:30:39 +08:00
< td > Returns a function which always returns < code > false< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > formatNum< / b > ( < nobr > < Number> < i > num< / i > < / nobr > , < nobr > < Number> < i > digits< / i > )< / nobr > < / code > < / td >
< td > < code > Number< / code > < / td >
2012-07-11 05:30:39 +08:00
< td > Returns the number < code > num< / code > rounded to < code > digits< / code > decimals.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > splitWords< / b > ( < nobr > < String> < i > str< / i > )< / nobr > < / code > < / td >
< td > < code > String[]< / code > < / td >
< td > Trims and splits the string on whitespace and returns the array of parts.< / code > < / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setOptions< / b > ( < nobr > < Object> < i > obj< / i > < / nobr > , < Object> < i > options< / i > )< / nobr > < / code > < / td >
< td > < code > Object< / code > < / td >
< td > Merges the given properties to the < code > options< / code > of the < code > obj< / code > object, returning the resulting options. See < a href = "#class-options" > Class options< / a > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getParamString< / b > ( < nobr > < Object> < i > obj< / i > )< / nobr > < / code > < / td >
< td > < code > String< / code > < / td >
< td > Converts an object into a parameter URL string, e.g. < nobr > < code > {a: "foo", b: "bar"}< / code > < / nobr > translates to < code > < span class = "string" > '?a=foo& b=bar'< / span > < / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > template< / b > ( < nobr > < String> < i > str< / i > , < Object> < i > data< / i > )< / nobr > < / code > < / td >
< td > < code > String< / code > < / td >
2012-07-12 06:00:34 +08:00
< td > Simple templating facility, creates a string by applying the values of the < code > data< / code > object of a form < code > {a: 'foo', b: 'bar', … }< / code > to a template string of the form < code > < span class = "string" > 'Hello {a}, {b}'< / span > < / code > — in this example you will get < code > < span class = "string" > 'Hello foo, bar'< / span > < / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
2012-07-11 19:34:39 +08:00
< / table >
< h3 > Properties< / h3 >
< table >
2012-07-10 23:45:43 +08:00
< tr >
2012-07-11 19:34:39 +08:00
< th > Property< / th >
< th > Type< / th >
< th > Description< / th >
< / tr >
< tr >
< td > < code > < b > emptyImageUrl< / b > < / code > < / td >
< td > < code > String< / code > < / td >
< td > Data URI string containing a base64-encoded empty GIF image. Used as a hack to free memory from unused images on WebKit-powered mobile devices (by setting image < code > src< / code > to this string).< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< / table >
2012-07-11 19:34:39 +08:00
2012-07-10 23:45:43 +08:00
2012-07-11 16:53:01 +08:00
2012-07-10 23:45:43 +08:00
< h2 id = "domutil" > L.DomUtil< / h2 >
2012-07-11 16:53:01 +08:00
< p > Utility functions to work with the DOM tree, used by Leaflet internally.< / p >
2012-06-24 05:03:14 +08:00
2012-07-11 19:34:39 +08:00
< h3 > Methods< / h3 >
2012-07-10 23:45:43 +08:00
< table >
< tr >
< th > Method< / th >
< th > Returns< / th >
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > get< / b > ( < nobr > < String or HTMLElement> < i > id< / i > )< / nobr > < / code > < / td >
< td > < code > HTMLElement< / code > < / td >
2012-07-11 16:53:01 +08:00
< td > Returns an element with the given id if a string was passed, or just returns the element if it was passed directly.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getStyle< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < String> < i > style< / i > )< / nobr > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > < code > String< / code > < / td >
< td > Returns the value for a certain style attribute on an element, including computed values or values set through CSS.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getViewportOffset< / b > ( < nobr > < HTMLElement> < i > el< / i > )< / nobr > < / code > < / td >
< td > < a href = "#point" > < code > Point< / code > < / a > < / td >
2012-07-10 23:45:43 +08:00
< td > Returns the offset to the viewport for the requested element.< / td >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > create< / b > ( < nobr > < String> < i > tagName< / i > < / nobr > , < nobr > < String> < i > className< / i > < / nobr > , < nobr > < HTMLElement> < i > container?< / i > )< / nobr > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > < code > HTMLElement< / code > < / td >
< td > Creates an element with < code > tagName< / code > , sets the < code > className< / code > , and optionally appends it to < code > container< / code > element.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > disableTextSelection< / b > ()< / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 16:53:01 +08:00
< td > Makes sure text cannot be selected, for example during dragging.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > enableTextSelection< / b > ()< / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 05:30:39 +08:00
< td > Makes text selection possible again.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > hasClass< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < String> < i > name< / i > )< / nobr > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > < code > Boolean< / code > < / td >
< td > Returns < code > true< / code > if the element class attribute contains < code > name< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > addClass< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < String> < i > name< / i > )< / nobr > < / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 16:53:01 +08:00
< td > Adds < code > name< / code > to the element's class attribute.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > removeClass< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < String> < i > name< / i > )< / nobr > < / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 16:53:01 +08:00
< td > Removes < code > name< / code > from the element's class attribute.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setOpacity< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < Number> < i > value< / i > )< / nobr > < / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 16:53:01 +08:00
< td > Set the opacity of an element (including old IE support). Value must be from < code > 0< / code > to < code > 1< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > testProp< / b > ( < nobr > < String[]> < i > props< / i > )< / nobr > < / code > < / td >
< td > < code > String< / code > or < code > < span class = "literal" > false< / span > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > Goes through the array of style names and returns the first name that is a valid style name for an element. If no such name is found, it returns < code > false< / code > . Useful for vendor-prefixed styles like < code > transform< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getTranslateString< / b > ( < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > )< / nobr > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > < code > String< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Returns a CSS transform string to move an element by the offset provided in the given point. Uses 3D translate on WebKit for hardware-accelerated transforms and 2D on other browsers.< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getScaleString< / b > ( < nobr > < Number> < i > scale< / i > < / nobr > , < nobr > < < a href = "#point" > Point< / a > > < i > origin< / i > )< / nobr > < / code > < / td >
2012-07-11 16:53:01 +08:00
< td > < code > String< / code > < / td >
< td > Returns a CSS transform string to scale an element (with the given scale origin).< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > setPosition< / b > ( < nobr > < HTMLElement> < i > el< / i > < / nobr > , < nobr > < < a href = "#point" > Point< / a > > < i > point< / i > < / nobr > , < nobr > < Boolean> < i > disable3D?< / i > )< / nobr > < / code > < / td >
2012-07-10 23:45:43 +08:00
< td > -< / td >
2012-07-11 16:53:01 +08:00
< td > Sets the position of an element to coordinates specified by < code > point< / code > , using CSS translate or top/left positioning depending on the browser (used by Leaflet internally to position its layers). Forces top/left positioning if < code > disable3D< / code > is < code > true< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > getPosition< / b > ( < nobr > < HTMLElement> < i > el< / i > )< / nobr > < / code > < / td >
2012-07-10 23:45:43 +08:00
< td > < a href = "#point" > Point< / a > < / td >
2012-07-11 16:53:01 +08:00
< td > Returns the coordinates of an element previously positioned with < code > setPosition< / code > .< / td >
2012-07-10 23:45:43 +08:00
< / tr >
< / table >
2012-07-11 16:53:01 +08:00
2012-07-11 19:34:39 +08:00
< h3 > Properties< / h3 >
< table >
< tr >
< th > Property< / th >
< th > Type< / th >
< th > Description< / th >
< / tr >
< tr >
< td > < code > < b > TRANSITION< / b > < / nobr > < / code > < / td >
< td > < code > String< / code > < / td >
< td > Vendor-prefixed transition style name (e.g. < code > < span class = "string" > 'webkitTransition'< / span > < / code > for WebKit).< / td >
< / tr >
< tr >
< td > < code > < b > TRANSFORM< / b > < / nobr > < / code > < / td >
< td > < code > String< / code > < / td >
< td > Vendor-prefixed transform style name.< / td >
< / tr >
< / table >
2012-07-10 23:45:43 +08:00
2011-04-01 21:09:19 +08:00
< h2 id = "ihandler" > IHandler< / h2 >
< p > An interface implemented by < a href = "#map-interaction-handlers" > interaction handlers< / a > .< / p >
2012-02-04 02:33:34 +08:00
2011-03-28 22:30:18 +08:00
< table >
< tr >
2012-07-12 16:22:58 +08:00
< th class = "width100" > Method< / th >
< th class = "width100" > Returns< / th >
2011-03-28 22:30:18 +08:00
< th > Description< / th >
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > enable< / b > ()< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > -< / td >
< td > Enables the handler.< / td >
2011-03-28 22:30:18 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > disable< / b > ()< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > -< / td >
< td > Disables the handler.< / td >
2011-03-28 22:30:18 +08:00
< / tr >
< tr >
2012-07-11 19:34:39 +08:00
< td > < code > < b > enabled< / b > ()< / code > < / td >
2011-04-01 21:09:19 +08:00
< td > < code > Boolean< / code > < / td >
2012-07-11 19:34:39 +08:00
< td > Returns < code > true< / code > if the handler is enabled.< / td >
2011-03-28 22:30:18 +08:00
< / tr >
< / table >
2011-04-01 21:09:19 +08:00
2012-06-23 22:45:31 +08:00
< h2 id = "version" > L.version< / h2 >
2012-02-27 05:21:08 +08:00
< p > A constant that represents the Leaflet version in use.< p >
2012-06-23 22:45:31 +08:00
< pre > < code > L.version // returns "0.4" (or whatever version is currently in use)< / code > < / pre >
2012-02-27 05:21:08 +08:00
2011-04-01 21:09:19 +08:00
2012-06-24 03:35:38 +08:00
< h2 id = "noconflict" > L.noConflict()< / h2 >
< p > This method restores the L global variale to the original value it had before Leaflet inclusion, and returns the real Leaflet namespace so you can put it elsewhere, like this:< p >
< pre > < code > // L points to some other library
...
// you include Leaflet, it replaces the L variable to Leaflet namespace
2012-06-27 18:33:33 +08:00
var Leaflet = L.noConflict();
2012-06-24 03:35:38 +08:00
// now L points to that other library again, and you can use Leaflet.Map etc.< / code > < / pre >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< hr / >
2012-02-15 02:05:42 +08:00
< p class = "quiet" > © 2012 < a href = "http://cloudmade.com" > CloudMade< / a > . Map data © 2012 < a href = "http://openstreetmap.org" > OpenStreetMap< / a > contributors, < a href = "http://creativecommons.org/licenses/by-sa/2.0/" > CC-BY-SA< / a > .< / p >
2011-03-24 00:35:29 +08:00
< / div >
2012-02-04 02:33:34 +08:00
2011-03-24 20:02:42 +08:00
< a href = "http://github.com/CloudMade/Leaflet" > < img id = "forkme" src = "http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt = "Fork me on GitHub" / > < / a >
2012-02-04 02:33:34 +08:00
2011-03-24 00:35:29 +08:00
< script >
hljs.tabReplace = ' ';
hljs.initHighlightingOnLoad();
2012-02-04 02:33:34 +08:00
< / script >
2011-06-17 06:56:11 +08:00
< script type = "text/javascript" >
var _gaq = _gaq || [];
_gaq.push([ '_setAccount', 'UA-4147697-4' ]);
_gaq.push([ '_trackPageview' ]);
(function() {
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl'
: 'http://www')
+ '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
< / script >
2012-02-21 23:14:40 +08:00
< script type = "text/javascript" >
var uvOptions = {};
(function() {
var uv = document.createElement('script'); uv.type = 'text/javascript'; uv.async = true;
uv.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'widget.uservoice.com/ygv5CFpu3yBQFTFPOAdFg.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(uv, s);
})();
< / script >
2011-03-24 00:35:29 +08:00
< / body >
2011-10-05 21:27:02 +08:00
< / html >