Package | Description |
---|---|
com.gwidgets.api.leaflet | |
com.gwidgets.api.leaflet.options |
Modifier and Type | Method and Description |
---|---|
L |
Map.setZoom(double zoom,
ZoomOptions options)
Sets the zoom of the map.
|
L |
Map.setZoomAround(LatLng latlng,
double zoom,
ZoomOptions options)
Zooms the map while keeping a specified point on the map stationary (e.g.
|
L |
Map.zoomIn(Double delta,
ZoomOptions options)
Increases the zoom of the map by delta (1 by default).
|
L |
Map.zoomOut(Double delta,
ZoomOptions options)
Decreases the zoom of the map by delta (1 by default).
|
Modifier and Type | Method and Description |
---|---|
ZoomOptions |
ZoomOptions.Builder.build()
Builds the ZoomOptions new instance
|
ZoomOptions |
ZoomPanOptions.getZoom()
Gets the options for the zoom change if it occurs.
|
Modifier and Type | Method and Description |
---|---|
ZoomPanOptions.Builder |
ZoomPanOptions.Builder.zoom(ZoomOptions zoom)
Zoom.
|
Copyright © 2018 G-Widgets. All rights reserved.