wicket.contrib.gmap.api
Class GLatLngBounds

java.lang.Object
  extended by 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

Constructor Summary
GLatLngBounds(GLatLng sw, GLatLng ne)
          Construct.
 
Method Summary
 boolean equals(Object obj)
           
 String getJSconstructor()
           
 GLatLng getNE()
           
 GLatLng getSW()
           
 int hashCode()
           
static GLatLngBounds parse(String value)
          ((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GLatLngBounds

public GLatLngBounds(GLatLng sw,
                     GLatLng ne)
Construct.

Parameters:
sw -
ne -
Method Detail

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.