|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.contrib.gmap.api.GLatLng
public class GLatLng
Represents an Google Maps API's GLatLng.
| Constructor Summary | |
|---|---|
GLatLng(double lat,
double lng)
Construct. |
|
GLatLng(double lat,
double lng,
boolean unbounded)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getJSconstructor()
|
double |
getLat()
|
double |
getLng()
|
int |
hashCode()
|
static GLatLng |
parse(String value)
(37.34068368469045, -122.48519897460936) |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GLatLng(double lat,
double lng)
lat - lng -
public GLatLng(double lat,
double lng,
boolean unbounded)
lat - lng - unbounded - | Method Detail |
|---|
public double getLat()
public double getLng()
public String toString()
toString in class Objectpublic String getJSconstructor()
getJSconstructor in interface GValueGValue.getJSconstructor()public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic static GLatLng parse(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||