org.primefaces.model.map
Class LatLngBounds

java.lang.Object
  extended by org.primefaces.model.map.LatLngBounds

public class LatLngBounds
extends Object


Constructor Summary
LatLngBounds(LatLng northEast, LatLng southWest)
           
 
Method Summary
 LatLng getNorthEast()
           
 LatLng getSouthWest()
           
 void setNorthEast(LatLng northEast)
           
 void setSouthWest(LatLng southWest)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LatLngBounds

public LatLngBounds(LatLng northEast,
                    LatLng southWest)
Method Detail

getNorthEast

public LatLng getNorthEast()

setNorthEast

public void setNorthEast(LatLng northEast)

getSouthWest

public LatLng getSouthWest()

setSouthWest

public void setSouthWest(LatLng southWest)


Copyright © 2013. All Rights Reserved.