Package | Description |
---|---|
com.gwidgets.api.leaflet |
Modifier and Type | Class and Description |
---|---|
class |
Canvas
Used to create Canvas-based tile layers where tiles get drawn on the browser side.
|
class |
Circle
A class for drawing circle overlays on a map.
|
class |
CircleMarker
A circle of a fixed size with radius specified in pixels.
|
class |
DivIcon
Represents a lightweight icon for markers that uses a simple div element instead of an image.
|
class |
FeatureGroup
Extended layerGroup that also has mouse events (propagated from members of the group) and a shared bindPopup method.
|
class |
GeoJSON
Represents a GeoJSON object or an array of GeoJSON objects.
|
class |
GridLayer |
class |
Icon
Represents an icon to provide when creating a marker.
|
class |
ImageOverlay
Used to load and display a single image over specific bounds of the map, implements ILayer interface.
|
class |
LayerGroup
Used to group several layers and handle them as one.
|
class |
Map
The central class of the API.
|
class |
Marker
Used to put markers on the map.
|
class |
Polygon
A class for drawing polygon overlays on a map.
|
class |
Polyline
A class for drawing polyline overlays on a map.
|
class |
Popup
Used to open popups in certain places of the map.
|
class |
Rectangle
A class for drawing rectangle overlays on a map.
|
class |
Renderer |
class |
SVG |
class |
TileLayer
Used to load and display tile layers on the map,.
|
class |
Tooltip
The Class Tooltip.
|
class |
WMS
Used to display WMS services as tile layers on the map.
|
Modifier and Type | Method and Description |
---|---|
L |
Polyline.addEventParent(Evented obj) |
L |
Marker.addEventParent(Evented obj) |
L |
Popup.addEventParent(Evented obj) |
L |
LayerGroup.addEventParent(Evented obj) |
L |
Icon.addEventParent(Evented obj) |
L |
Map.addEventParent(Evented obj) |
L |
CircleMarker.addEventParent(Evented obj) |
L |
Renderer.addEventParent(Evented obj) |
L |
ImageOverlay.addEventParent(Evented obj) |
L |
Evented.addEventParent(Evented obj)
Adds an event parent - an Evented that will receive propagated events
|
L |
GridLayer.addEventParent(Evented obj) |
L |
Tooltip.addEventParent(Evented obj) |
L |
Polyline.removeEventParent(Evented obj) |
L |
Marker.removeEventParent(Evented obj) |
L |
Popup.removeEventParent(Evented obj) |
L |
LayerGroup.removeEventParent(Evented obj) |
L |
Icon.removeEventParent(Evented obj) |
L |
Map.removeEventParent(Evented obj) |
L |
CircleMarker.removeEventParent(Evented obj) |
L |
Renderer.removeEventParent(Evented obj) |
L |
ImageOverlay.removeEventParent(Evented obj) |
L |
Evented.removeEventParent(Evented obj)
Removes an event parent, so it will stop receiving propagated events
|
L |
GridLayer.removeEventParent(Evented obj) |
L |
Tooltip.removeEventParent(Evented obj) |
Copyright © 2018 G-Widgets. All rights reserved.