public class GLatLngBounds extends Object implements GValue
Constructor and Description |
---|
GLatLngBounds(GLatLng sw,
GLatLng ne)
Construct.
|
Modifier and Type | Method and Description |
---|---|
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() |
public GLatLng getSW()
public GLatLng getNE()
public String toString()
toString
in class Object
Object.toString()
public String getJSconstructor()
getJSconstructor
in interface GValue
wicket.contrib.gmap.api.GValue#getJSconstructor()
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public static GLatLngBounds parse(String value)
Copyright © 2015. All rights reserved.