Package org.primefaces.model.map
Class LatLngBounds
- java.lang.Object
-
- org.primefaces.model.map.LatLngBounds
-
public class LatLngBounds extends Object
-
-
Constructor Summary
Constructors Constructor Description LatLngBounds(LatLng northEast, LatLng southWest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LatLnggetNorthEast()LatLnggetSouthWest()voidsetNorthEast(LatLng northEast)voidsetSouthWest(LatLng southWest)
-