Uses of Class
org.vaadin.addons.componentfactory.leaflet.options.FitBoundsOptions
Packages that use FitBoundsOptions
-
Uses of FitBoundsOptions in org.vaadin.addons.componentfactory.leaflet.layer.map.functions
Methods in org.vaadin.addons.componentfactory.leaflet.layer.map.functions with parameters of type FitBoundsOptionsModifier and TypeMethodDescriptiondefault voidMapModifyStateFunctions.fitBounds(LatLngBounds bounds, FitBoundsOptions options) Sets a map view that contains the given geographical bounds with the maximum zoom level possible.default voidMapModifyStateFunctions.fitWorld(FitBoundsOptions options) Sets a map view that mostly contains the whole world with the maximum zoom level possible.default voidMapModifyStateFunctions.flyToBounds(LatLngBounds bounds, FitBoundsOptions options) Sets the view of the map with a smooth animation like flyTo, but takes a bounds parameter like fitBounds.