- zIndex(double) - Method in class com.gwidgets.api.leaflet.options.GridLayerOptions.Builder
-
- zIndex(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
The explicit zIndex of the tile layer.
- zIndex(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
The explicit zIndex of the tile layer.
- zIndexOffset(double) - Method in class com.gwidgets.api.leaflet.options.MarkerOptions.Builder
-
By default, zIndex for the marker image is set automatically based on its latitude.
- zoom(double) - Method in class com.gwidgets.api.leaflet.CRS
-
Inverse of scale(), returns the zoom level corresponding to a scale factor of scale.
- ZOOM - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-
- zoom(ControlZoomOptions) - Static method in class com.gwidgets.api.leaflet.L.control
-
A basic zoom control with two buttons (zoom in and zoom out).
- zoom(ZoomOptions) - Method in class com.gwidgets.api.leaflet.options.ZoomPanOptions.Builder
-
Zoom.
- Zoom - Class in com.gwidgets.api.leaflet
-
A basic zoom control with two buttons (zoom in and zoom out).
- ZOOMANIM - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-
- zoomAnimation(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the tile zoom animation is enabled.
- zoomAnimation(Boolean) - Method in class com.gwidgets.api.leaflet.options.PopupOptions.Builder
-
Whether to animate the popup on zoom.
- zoomAnimationThreshold(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Won't animate zoom if the zoom difference exceeds this value.
- zoomControl(Boolean) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Whether the zoom control is added to the map by default.
- zoomDelta(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Controls how much the map's zoom level will change after a zoomIn(), zoomOut(), pressing + or - on the keyboard, or using the zoom controls.
- ZOOMEND - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-
- zoomIn(double, ZoomOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Increases the zoom of the map by delta (1 by default).
- zoomInText(String) - Method in class com.gwidgets.api.leaflet.options.ControlZoomOptions.Builder
-
The text set on the zoom in button.
- zoomInTitle(String) - Method in class com.gwidgets.api.leaflet.options.ControlZoomOptions.Builder
-
The title set on the zoom in button.
- ZOOMLEVELSCHANGE - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-
- zoomOffset(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
The zoom number used in tile URLs will be offset with this value.
- zoomOffset(double) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
The zoom number used in tile URLs will be offset with this value.
- ZoomOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ZoomOptions.
- ZoomOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- zoomOut(double, ZoomOptions) - Method in class com.gwidgets.api.leaflet.Map
-
Decreases the zoom of the map by delta (1 by default).
- zoomOutText(String) - Method in class com.gwidgets.api.leaflet.options.ControlZoomOptions.Builder
-
The text set on the zoom out button.
- zoomOutTitle(String) - Method in class com.gwidgets.api.leaflet.options.ControlZoomOptions.Builder
-
The title set on the zoom out button.
- ZoomPanOptions - Class in com.gwidgets.api.leaflet.options
-
The Class ZoomPanOptions.
- ZoomPanOptions.Builder - Class in com.gwidgets.api.leaflet.options
-
The Class Builder.
- zoomReverse(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
If set to true, the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom).
- zoomReverse(Boolean) - Method in class com.gwidgets.api.leaflet.options.TileLayerWMSOptions.Builder
-
If set to true, the zoom number used in tile URLs will be reversed (maxZoom - zoom instead of zoom).
- zoomSnap(double) - Method in class com.gwidgets.api.leaflet.options.MapOptions.Builder
-
Forces the map's zoom level to always be a multiple of this, particularly right after a fitBounds() or a pinch-zoom.
- ZOOMSTART - Static variable in class com.gwidgets.api.leaflet.events.EventTypes.MapEvents
-