- zIndex(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.Builder
-
The explicit zIndex of the tile layer.
- zIndexOffset(Number) - 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(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).
- 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(Number) - 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.
- zoomIn(Number, 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.
- zoomOffset(Number) - Method in class com.gwidgets.api.leaflet.options.TileLayerOptions.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(Number, 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).