Class LatLonBounds
java.lang.Object
com.flowingcode.vaadin.addons.googlemaps.LatLonBounds
- All Implemented Interfaces:
Serializable
Class representing bound coordinates.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LatLonBounds
public LatLonBounds() -
LatLonBounds
public LatLonBounds(elemental.json.JsonObject bounds)
-
-
Method Details
-
getSouth
public double getSouth() -
setSouth
public void setSouth(double south) -
getWest
public double getWest() -
setWest
public void setWest(double west) -
getNorth
public double getNorth() -
setNorth
public void setNorth(double north) -
getEast
public double getEast() -
setEast
public void setEast(double east) -
toString
-