Uses of Class
org.vaadin.addons.componentfactory.leaflet.options.ZoomOptions
Packages that use ZoomOptions
-
Uses of ZoomOptions in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type ZoomOptionsModifier and TypeMethodDescriptiondefault voidMapModifyStateFunctions.flyTo(LatLng latlng, int zoom, ZoomOptions options) Sets the view of the map (geographical center and zoom) performing a smooth zoom animation.default voidMapModifyStateFunctions.invalidateSize(ZoomOptions options) Checks if the map container size changed and updates the map if so — call it after you've changed the map size dynamically, also animating pan by default.default voidMapModifyStateFunctions.setView(LatLng center, int zoom, ZoomOptions options) Sets the view of the map (geographical center and zoom) with the given animation options.default voidMapModifyStateFunctions.setZoomAround(Point offset, int zoom, ZoomOptions options) Zooms the map while keeping a specified pixel on the map (relative to the top-left corner) stationary.default voidMapModifyStateFunctions.zoomIn(int delta, ZoomOptions options) Increases the zoom of the map by delta (zoomDelta by default).default voidMapModifyStateFunctions.zoomOut(int delta, ZoomOptions options) Decreases the zoom of the map by delta (zoomDelta by default).