Interface | Description |
---|---|
Evented | |
Handler |
An interface implemented by interaction handlers.
|
Layer |
Represents an object attached to a particular location (or a set of locations) on a map.
|
Class | Description |
---|---|
Attribution |
The attribution control allows you to display attribution data in a small text box on a map.
|
Bounds |
Represents a rectangular area in pixel coordinates.
|
Canvas |
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
|
Circle |
A class for drawing circle overlays on a map.
|
CircleMarker |
A circle of a fixed size with radius specified in pixels.
|
Control |
The base class for all Leaflet controls.
|
CRS |
Defines coordinate reference systems for projecting geographical points into pixel (screen) coordinates and back (and to coordinates in other units for WMS services).
|
DivIcon |
Represents a lightweight icon for markers that uses a simple div element instead of an image.
|
DivOverlay | |
FeatureGroup |
Extended layerGroup that also has mouse events (propagated from members of the group) and a shared bindPopup method.
|
GeoJSON |
Represents a GeoJSON object or an array of GeoJSON objects.
|
GridLayer | |
Icon |
Represents an icon to provide when creating a marker.
|
ImageOverlay |
Used to load and display a single image over specific bounds of the map, implements ILayer interface.
|
L |
The Master class of leaflet.
|
L.control |
The Class control.
|
L.CRS |
The Class CRS.
|
L.Projection | |
L.tileLayer |
Used to load and display tile layers on the map.
|
L.Transformation |
The Class Transformation.
|
LatLng |
Represents a geographical point with a certain latitude and longitude.
|
LatLngBounds |
Represents a rectangular geographical area on a map.
|
LayerGroup |
Used to group several layers and handle them as one.
|
Layers |
The layers control gives users the ability to switch between different base layers and switch overlays on/off
|
Map |
The central class of the API.
|
MapPanes |
An object literal (returned by map.getPanes) that contains different map panes that you can use to put your custom overlays in.
|
Marker |
Used to put markers on the map.
|
Path |
An abstract class that contains options and constants shared between vector overlays (Polygon, Polyline, Circle).
|
Point |
Represents a point with x and y coordinates in pixels.
|
Polygon |
A class for drawing polygon overlays on a map.
|
Polyline |
A class for drawing polyline overlays on a map.
|
Popup |
Used to open popups in certain places of the map.
|
Projection |
An object with methods for projecting geographical coordinates of the world onto a flat surface (and back).
|
Rectangle |
A class for drawing rectangle overlays on a map.
|
Renderer | |
Scale |
A simple scale control that shows the scale of the current center of screen in metric (m/km) and imperial (mi/ft) systems.
|
SVG | |
TileLayer |
Used to load and display tile layers on the map,.
|
Tooltip |
The Class Tooltip.
|
WMS |
Used to display WMS services as tile layers on the map.
|
Zoom |
A basic zoom control with two buttons (zoom in and zoom out).
|
Copyright © 2018 G-Widgets. All rights reserved.