public class GLatLng extends Object implements GValue
| Constructor and Description |
|---|
GLatLng(double lat,
double lng)
Construct.
|
GLatLng(double lat,
double lng,
boolean unbounded)
Construct.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public GLatLng(double lat,
double lng)
lat - lng - public GLatLng(double lat,
double lng,
boolean unbounded)
lat - lng - unbounded - public double getLat()
public double getLng()
public String getJSconstructor()
getJSconstructor in interface GValuepublic String getArguments()
public int hashCode()
hashCode in class ObjectObject.hashCode()public boolean equals(Object obj)
equals in class ObjectObject.equals(java.lang.Object)Copyright © 2016. All rights reserved.