Uses of Class
software.xdev.vaadin.maps.leaflet.basictypes.LLatLngBounds
Packages that use LLatLngBounds
Package
Description
-
Uses of LLatLngBounds in software.xdev.vaadin.maps.leaflet.layer
Methods in software.xdev.vaadin.maps.leaflet.layer that return LLatLngBoundsMethods in software.xdev.vaadin.maps.leaflet.layer with parameters of type LLatLngBoundsModifier and TypeMethodDescriptionvoidLGridLayerOptions.setLatLngBounds(LLatLngBounds latLngBounds) LGridLayerOptions.withLatLngBounds(LLatLngBounds latLngBounds) -
Uses of LLatLngBounds in software.xdev.vaadin.maps.leaflet.layer.raster
Methods in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LLatLngBoundsConstructors in software.xdev.vaadin.maps.leaflet.layer.raster with parameters of type LLatLngBoundsModifierConstructorDescriptionLImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds) LImageOverlay(LComponentManagementRegistry compReg, String imageUrl, LLatLngBounds bounds, LImageOverlayOptions options) LVideoOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds) LVideoOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds, LVideoOverlayOptions options) -
Uses of LLatLngBounds in software.xdev.vaadin.maps.leaflet.layer.vector
Methods in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LLatLngBoundsConstructors in software.xdev.vaadin.maps.leaflet.layer.vector with parameters of type LLatLngBoundsModifierConstructorDescriptionLRectangle(LComponentManagementRegistry compReg, LLatLngBounds bounds, LPolylineOptions options) LSVGOverlay(LComponentManagementRegistry compReg, String video, LLatLngBounds bounds) LSVGOverlay(LComponentManagementRegistry compReg, String svg, LLatLngBounds bounds, LVideoOverlayOptions options) -
Uses of LLatLngBounds in software.xdev.vaadin.maps.leaflet.map
Methods in software.xdev.vaadin.maps.leaflet.map that return LLatLngBoundsMethods in software.xdev.vaadin.maps.leaflet.map with parameters of type LLatLngBoundsModifier and TypeMethodDescriptionLMap.fitBounds(LLatLngBounds bounds) LMap.fitBounds(LLatLngBounds bounds, LMapFitBoundOptions options) LMap.flyToBounds(LLatLngBounds bounds) LMap.flyToBounds(LLatLngBounds bounds, LMapZoomPanOptions options) LMap.panInsideBounds(LLatLngBounds bounds) LMap.panInsideBounds(LLatLngBounds bounds, LMapPanOptions options) LMap.setMaxBounds(LLatLngBounds bounds) voidLMapOptions.setMaxBounds(LLatLngBounds maxBounds) LMapOptions.withMaxBounds(LLatLngBounds maxBounds)