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 ObjectObject.toString()public String getJSconstructor()
getJSconstructor in interface GValuewicket.contrib.gmap.api.GValue#getJSconstructor()public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public static GLatLngBounds parse(String value)
Copyright © 2015. All rights reserved.