- add(Point) - Method in class com.gwidgets.api.leaflet.Point
-
Returns the result of addition of the current and the given points.
- addAttribution(String) - Method in class com.gwidgets.api.leaflet.Attribution
-
Adds an attribution text
- addBaseLayer(ILayer, String) - Method in class com.gwidgets.api.leaflet.Layers
-
Adds a base layer (radio button entry) with the given name to the control.
- addControl(IControl) - Method in class com.gwidgets.api.leaflet.Map
-
Adds the given control to the map.
- addData(JavaScriptObject) - Method in class com.gwidgets.api.leaflet.GeoJSON
-
Adds a GeoJSON object to the layer.
- addLatLng(LatLng) - Method in class com.gwidgets.api.leaflet.Polyline
-
Adds a given point to the polyline.
- addLayer(ILayer) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Adds a given layer to the group.
- addLayer(ILayer, Boolean) - Method in class com.gwidgets.api.leaflet.Map
-
Adds the given layer to the map.
- addOverlay(ILayer, String) - Method in class com.gwidgets.api.leaflet.Layers
-
Adds an overlay (checkbox entry) with the given name to the control.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.Control
-
Adds the control to the map.
- addTo(Map) - Static method in class com.gwidgets.api.leaflet.ImageOverlay
-
Adds the overlay to the map.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Adds the group of layers to the map.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.Marker
-
Adds the marker to the map.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.Path
-
Adds the layer to the map.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.Popup
-
Adds the popup to the map.
- addTo(Map) - Method in class com.gwidgets.api.leaflet.TileLayer
-
Adds the layer to the map.
- alt(String) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
Text for the alt attribute of the icon image (useful for accessibility).
- altKey - Variable in class com.gwidgets.api.leaflet.elemental.DOMMouseEvent
-
- animate(Boolean) - Method in class com.gwidgets.api.leaflet.options.PanOptions.Builder
-
If true, panning will always be animated if possible.
- animate(Boolean) - Method in class com.gwidgets.api.leaflet.options.ZoomOptions.Builder
-
zoom animation will happen if the zoom origin is inside the current view.
- animate(Boolean) - Method in class com.gwidgets.api.leaflet.options.ZoomPanOptions.Builder
-
Animate.
- appendChild(Object) - Method in class com.gwidgets.api.leaflet.elemental.Node
-
- Attribution - Class in com.gwidgets.api.leaflet
-
The attribution control allows you to display attribution data in a small text box on a map.
- attribution(ControlAttributionOptions) - Static method in class com.gwidgets.api.leaflet.L.control
-
The attribution control allows you to display attribution data in a small text box on a map.
- attribution(String) - Method in class com.gwidgets.api.leaflet.options.ImageOverlayOptions.Builder
-
The attribution text of the image overlay.
- attribution(String) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
e.g.
- attributionControl(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the attribution control is added to the map by default.
- autoPan(Boolean) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Set it to false if you don't want the map to do panning animation to fit the opened popup.
- autoPanPadding(Point) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Equivalent of setting both top left and bottom right autopan padding to the same value.
- autoPanPaddingBottomRight(Point) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
The margin between the popup and the bottom right corner of the map view after autopanning was performed.
- autoPanPaddingTopLeft(Point) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
The margin between the popup and the top left corner of the map view after autopanning was performed.
- autoZIndex(Boolean) - Method in class com.gwidgets.api.leaflet.options.ControlLayersOptions.Builder
-
If true, the control will assign zIndexes in increasing order to all of its layers so that the order is preserved when switching them on/off.