public class Bounds extends Object implements Value
Constructor and Description |
---|
Bounds(LonLat sw,
LonLat ne)
Construct.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getJSconstructor() |
LonLat |
getNE() |
LonLat |
getSW() |
int |
hashCode() |
static Bounds |
parse(String value)
((37.34068368469045, -122.48519897460936), (37.72184917678752, -121.79855346679686))
|
static Bounds |
parseWithNames(String value)
left-bottom=(37.34068368469045, -122.48519897460936) right-top=(37.72184917678752,
-121.79855346679686)
|
String |
toString() |
public LonLat getSW()
public LonLat getNE()
public String getJSconstructor()
getJSconstructor
in interface Value
Value.contrib.gmap.api.GValue#getJSconstructor()
public static Bounds parse(String value)
Copyright © 2015. All rights reserved.