|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wicketstuff.gmap.api.GLatLng
public class GLatLng
Represents an Google Maps API's LatLng.
| Constructor Summary | |
|---|---|
GLatLng(double lat,
double lng)
Construct. |
|
GLatLng(double lat,
double lng,
boolean unbounded)
Construct. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getArguments()
|
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 GValuewicket.contrib.gmap.api.GValue#getJSconstructor()public String getArguments()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)public static GLatLng parse(String value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||