public final class LatLng
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
double |
latitude
纬度
|
double |
latitudeE6 |
double |
longitude
经度
|
double |
longitudeE6 |
| Modifier | Constructor and Description |
|---|---|
|
LatLng(double latitude,
double longitude)
构造函数
|
protected |
LatLng(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public final double latitude
public final double longitude
public final double latitudeE6
public final double longitudeE6
public static final <any> CREATOR