wicket.contrib.gmap.api
Class GLatLngBounds
java.lang.Object
wicket.contrib.gmap.api.GLatLngBounds
- All Implemented Interfaces:
- Serializable, GValue
public class GLatLngBounds
- extends Object
- implements GValue
Represents an Google Maps API's GLatLngBounds.
- See Also:
- Serialized Form
GLatLngBounds
public GLatLngBounds(GLatLng sw,
GLatLng ne)
- Construct.
- Parameters:
sw - ne -
getSW
public GLatLng getSW()
getNE
public GLatLng getNE()
toString
public String toString()
- Overrides:
toString in class Object
getJSconstructor
public String getJSconstructor()
- Specified by:
getJSconstructor in interface GValue
- Returns:
- A JavaScript constructor that represents this element.
- See Also:
GValue.getJSconstructor()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
parse
public static GLatLngBounds parse(String value)
- ((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
Copyright © 2012. All Rights Reserved.