- watch(Boolean) - Method in class com.gwidgets.api.leaflet.options.LocateOptions.Builder
-
If true, starts continuous watching of location changes (instead of
detecting it once) using W3C watchPosition method.
- weight(double) - Method in class com.gwidgets.api.leaflet.options.CircleOptions.Builder
-
Stroke width in pixels.
- weight(double) - Method in class com.gwidgets.api.leaflet.options.PathOptions.Builder
-
Stroke width in pixels.
- weight(double) - Method in class com.gwidgets.api.leaflet.options.PolylineOptions.Builder
-
Stroke width in pixels.
- wheelDebounceTime(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Limits the rate at which a wheel can fire (in milliseconds).
- wheelPxPerZoomLevel(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
How many scroll pixels (as reported by L.DomEvent.getWheelDelta) mean a change of one full zoom level.
- whenReady(Function, Object) - Method in class com.gwidgets.api.leaflet.Map
-
Runs the given callback when the map gets initialized with a place and zoom, or immediately if it happened already, optionally passing a function context.
- whenReady(Function) - Static method in class com.gwidgets.api.leaflet.utils.LeafletResources
-
- whenReady(Function) - Static method in class com.gwidgets.leaflet.test.InjectedLeafletResources
-
- wms(String, TileLayerWMSOptions) - Static method in class com.gwidgets.api.leaflet.L.tileLayer
-
Used to display WMS services as tile layers on the map.
- WMS - Class in com.gwidgets.api.leaflet
-
Used to display WMS services as tile layers on the map.
- worldCopyJump(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
With this option enabled, the map tracks when you pan to another "copy" of the world and seamlessly jumps to the original one so that all overlays like markers and vector layers are still visible.
- wrap(double, double) - Method in class com.gwidgets.api.leaflet.LatLng
-
Returns a new LatLng object with the longitude wrapped around left and right boundaries (-180 to 180 by default).
- wrapLat - Variable in class com.gwidgets.api.leaflet.CRS
-
Like wrapLng, but for the latitude (vertical) axis.
- wrapLatLng(LatLng) - Method in class com.gwidgets.api.leaflet.CRS
-
Returns a LatLng where lat and lng has been wrapped according to the CRS's wrapLat and wrapLng properties, if they are outside the CRS's bounds.
- wrapLng - Variable in class com.gwidgets.api.leaflet.CRS
-
An array of two numbers defining whether the longitude (horizontal) coordinate axis wraps around a given range and how.