- off(String, Function) - Static method in class com.gwidgets.api.leaflet.FeatureGroup
-
the listener will only get fired once and then removed.
- off(String, Function) - Static method in class com.gwidgets.api.leaflet.Layers
-
the listener will only get fired once and then removed.
- off(String, Function) - Method in class com.gwidgets.api.leaflet.Map
-
the listener will only get fired once and then removed.
- off(String, Function) - Static method in class com.gwidgets.api.leaflet.Marker
-
the listener will only get fired once and then removed.
- off(String, Function) - Static method in class com.gwidgets.api.leaflet.Path
-
the listener will only get fired once and then removed.
- off(String, Function) - Static method in class com.gwidgets.api.leaflet.PosAnimation
-
the listener will only get fired once and then removed.
- off(String, Function) - Static method in class com.gwidgets.api.leaflet.TileLayer
-
the listener will only get fired once and then removed.
- offset(Point) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
The offset of the popup position.
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.FeatureGroup
-
Adds a set of type/listener pairs
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.Layers
-
Adds a set of type/listener pairs
- on(String, Function) - Method in class com.gwidgets.api.leaflet.Map
-
Adds a set of type/listener pairs.
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.Marker
-
Adds a set of type/listener pairs.
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.Path
-
Adds a set of type/listener pairs
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.PosAnimation
-
Adds a set of type/listener pairs
- on(String, Function) - Static method in class com.gwidgets.api.leaflet.TileLayer
-
Adds a set of type/listener pairs
- onAdd(Map) - Method in class com.gwidgets.api.leaflet.Control
-
- onAdd(Map) - Method in class com.gwidgets.api.leaflet.FeatureGroup
-
- onAdd(Map) - Method in interface com.gwidgets.api.leaflet.IControl
-
Should contain code that creates all the neccessary DOM elements for the control, adds listeners on relevant map events, and returns the element containing the control.
- onAdd(Map) - Method in interface com.gwidgets.api.leaflet.ILayer
-
Should contain code that creates DOM elements for the overlay, adds them to map panes where they should belong and puts listeners on relevant map events.
- onAdd(Map) - Method in class com.gwidgets.api.leaflet.ImageOverlay
-
- onAdd(Map) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
- onAdd(Map) - Method in class com.gwidgets.api.leaflet.TileLayer
-
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.FeatureGroup
-
Once.
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.Layers
-
Once.
- once(String, Function) - Method in class com.gwidgets.api.leaflet.Map
-
Once.
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.Marker
-
Once.
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.Path
-
Once.
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.PosAnimation
-
Once.
- once(String, Function) - Static method in class com.gwidgets.api.leaflet.TileLayer
-
Once.
- onEachFeature(JavaScriptObject, ILayer) - Method in interface com.gwidgets.api.leaflet.options.GeoJSONOptions
-
Function that will be called on each created feature layer.
- onRemove(Map) - Method in class com.gwidgets.api.leaflet.Control
-
- onRemove(Map) - Method in class com.gwidgets.api.leaflet.FeatureGroup
-
- onRemove(Map) - Method in interface com.gwidgets.api.leaflet.IControl
-
Optional, should contain all clean up code (e.g.
- onRemove(Map) - Method in interface com.gwidgets.api.leaflet.ILayer
-
Should contain all clean up code that removes the overlay's elements from the DOM and removes listeners previously added in onAdd.
- onRemove(Map) - Method in class com.gwidgets.api.leaflet.ImageOverlay
-
- onRemove(Map) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
- onRemove(Map) - Method in class com.gwidgets.api.leaflet.TileLayer
-
- opacity(Number) - Method in class com.gwidgets.api.leaflet.options.ImageOverlayOptions.Builder
-
The opacity of the image overlay.
- opacity(Number) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
The opacity of the marker.
- opacity(Number) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
Stroke opacity.
- opacity(Number) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
Stroke opacity.
- opacity(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
The opacity of the tile layer.
- openOn(Map) - Method in class com.gwidgets.api.leaflet.Popup
-
Adds the popup to the map and closes the previous one.
- openPopup(Popup) - Method in class com.gwidgets.api.leaflet.Map
-
Opens the specified popup while closing the previously opened (to make sure only one is opened at one time for usability).
- openPopup(String, LatLng, PopupOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Creates a popup with the specified options and opens it in the given point on a map.
- openPopup(HTMLElement, LatLng, PopupOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Creates a popup with the specified options and opens it in the given point on a map.
- openPopup() - Method in class com.gwidgets.api.leaflet.Marker
-
Opens the popup previously bound by the bindPopup method.
- openPopup() - Method in class com.gwidgets.api.leaflet.MultiPolygon
-
Opens the popup previously bound by bindPopup.
- openPopup() - Method in class com.gwidgets.api.leaflet.MultiPolyline
-
Opens the popup previously bound by bindPopup.
- openPopup(LatLng) - Method in class com.gwidgets.api.leaflet.Path
-
Opens the popup previously bound by the bindPopup method in the given point, or in one of the path's points if not specified.