- rectangle(LatLngBounds, PathOptions) - Static method in class com.gwidgets.api.leaflet.L
-
A class for drawing rectangle overlays on a map.
- Rectangle - Class in com.gwidgets.api.leaflet
-
A class for drawing rectangle overlays on a map.
- redraw() - Method in class com.gwidgets.api.leaflet.Path
-
Redraws the layer.
- redraw() - Method in class com.gwidgets.api.leaflet.TileLayer
-
Causes the layer to clear all the tiles and request them again
- remove() - Method in class com.gwidgets.api.leaflet.Map
-
Destroys the map and clears all related event listeners.
- removeAttribution(String) - Method in class com.gwidgets.api.leaflet.Attribution
-
Removes an attribution text.
- removeChild(Object) - Method in class com.gwidgets.api.leaflet.elemental.Node
-
- removeControl(IControl) - Method in class com.gwidgets.api.leaflet.Map
-
Removes the given control from the map.
- removeFrom(Map) - Method in class com.gwidgets.api.leaflet.Control
-
Removes the control from the map.
- removeLayer(ILayer) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Removes a given layer from the group.
- removeLayer(String) - Method in class com.gwidgets.api.leaflet.LayerGroup
-
Removes a given layer from the group.
- removeLayer(ILayer) - Method in class com.gwidgets.api.leaflet.Layers
-
Remove the given layer from the control.
- removeLayer(ILayer) - Method in class com.gwidgets.api.leaflet.Map
-
Removes the given layer from the map.
- reset(Boolean) - Method in class com.gwidgets.api.leaflet.options.ZoomPanOptions.Builder
-
Reset.
- resetStyle(Path) - Method in class com.gwidgets.api.leaflet.GeoJSON
-
Resets the given vector layer's style to the original GeoJSON style, useful for resetting style after hover events.
- ResizeEvent - Class in com.gwidgets.api.leaflet.events
-
- reuseTiles(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If true, all the tiles that are not visible after panning are placed in a reuse queue from which they will be fetched when new tiles become visible (as opposed to dynamically creating new ones).
- riseOffset(Number) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
The z-index offset used for the riseOnHover feature.
- riseOnHover(Boolean) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
If true, the marker will get on top of others when you hover the mouse over it.
- round() - Method in class com.gwidgets.api.leaflet.Point
-
Returns a copy of the current point with rounded coordinates.
- run(HTMLElement, Point, Number, Number) - Method in class com.gwidgets.api.leaflet.PosAnimation
-
Runs an animation of a given element to a new position, optionally setting duration in seconds (0.25 by default) and easing linearity factor (3rd argument of the cubic bezier curve, 0.5 by default).