Uses of Class
org.vaadin.addons.componentfactory.leaflet.options.PanOptions
Packages that use PanOptions
-
Uses of PanOptions in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type PanOptionsModifier and TypeMethodDescriptiondefault voidMapModifyStateFunctions.flyTo(LatLng latlng, int zoom, PanOptions options) Sets the view of the map (geographical center and zoom) performing a smooth pan animation.default voidMapModifyStateFunctions.invalidateSize(PanOptions 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.panBy(Point offset, PanOptions options) Pans the map by a given number of pixels (animated).default voidMapModifyStateFunctions.panInside(LatLng latlng, PanOptions options) Pans the map the minimum amount to make the latlng visible.default voidMapModifyStateFunctions.panInsideBounds(LatLngBounds bounds, PanOptions options) Pans the map to the closest view that would lie inside the given bounds (if it's not already), controlling the animation using the options specific, if any.default voidMapModifyStateFunctions.panTo(LatLng latlng, PanOptions options) Pans the map to a given center.default voidMapModifyStateFunctions.setView(LatLng center, int zoom, PanOptions options) Sets the view of the map (geographical center and zoom) with the given animation options.default voidMapModifyStateFunctions.setZoom(int zoom, PanOptions options) Sets the zoom of the map.