- eachLayer(Function, JavaScriptObject) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Iterates over the layers of the group, optionally specifying context of the iterator function.
- eachLayer(Function, JavaScriptObject) - Method in class com.gwidgets.api.leaflet.Map
-
Iterates over the layers of the map, optionally specifying context of the iterator function.
- easeLinearity(Number) - Method in class com.gwidgets.api.leaflet.options.PanOptions.Builder
-
The curvature factor of panning animation easing (third parameter of the Cubic Bezier curve).
- Element - Class in com.gwidgets.api.leaflet.elemental
-
- Element() - Constructor for class com.gwidgets.api.leaflet.elemental.Element
-
- enable() - Method in interface com.gwidgets.api.leaflet.IHandler
-
Enables the handler.
- enabled() - Method in interface com.gwidgets.api.leaflet.IHandler
-
Returns true if the handler is enabled.
- enableHighAccuracy(Boolean) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
-
Gets whether high accuracy is enabled, see description in
the W3C
spec .
- equals(LatLng) - Method in class com.gwidgets.api.leaflet.LatLng
-
Returns true if the given LatLng point is at the same position (within a small margin of error).
- equals(LatLngBounds) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Returns true if the rectangle is equivalent (within a small margin of error) to the given bounds.
- equals(Point) - Method in class com.gwidgets.api.leaflet.Point
-
Returns true if the given point has the same coordinates.
- ErrorEvent - Class in com.gwidgets.api.leaflet.events
-
- errorTileUrl(String) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
URL to the tile image to show in place of the tile that failed to load.
- Event - Class in com.gwidgets.api.leaflet.events
-
- extend(Point) - Method in class com.gwidgets.api.leaflet.Bounds
-
Extends the bounds to contain the given point.
- extend(LatLng) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Extends the bounds to contain the given point.
- extend(LatLngBounds) - Method in class com.gwidgets.api.leaflet.LatLngBounds
-
Extends the bounds to contain the given bounds.