Uses of Class
org.primefaces.model.map.LatLngBounds
-
Packages that use LatLngBounds Package Description org.primefaces.event.map org.primefaces.model.map -
-
Uses of LatLngBounds in org.primefaces.event.map
Methods in org.primefaces.event.map that return LatLngBounds Modifier and Type Method Description LatLngBoundsStateChangeEvent. getBounds()Constructors in org.primefaces.event.map with parameters of type LatLngBounds Constructor Description StateChangeEvent(javax.faces.component.UIComponent component, javax.faces.component.behavior.Behavior behavior, LatLngBounds bounds, int zoomLevel, LatLng center) -
Uses of LatLngBounds in org.primefaces.model.map
Methods in org.primefaces.model.map that return LatLngBounds Modifier and Type Method Description LatLngBoundsRectangle. getBounds()Methods in org.primefaces.model.map with parameters of type LatLngBounds Modifier and Type Method Description voidRectangle. setBounds(LatLngBounds bounds)Constructors in org.primefaces.model.map with parameters of type LatLngBounds Constructor Description Rectangle(LatLngBounds bounds)
-