public final class LatLng extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
double |
getLatitude()
Returns the latitude.
|
double |
getLongitude()
Returns the longitude.
|
int |
hashCode() |
double |
latitude()
Deprecated.
|
double |
longitude()
Deprecated.
|
static LatLng |
of(double latitude,
double longitude) |
protected com.google.type.LatLng |
toPb() |
String |
toString() |
@Deprecated public double latitude()
public double getLatitude()
@Deprecated public double longitude()
public double getLongitude()
public static LatLng of(double latitude, double longitude)
protected com.google.type.LatLng toPb()
Copyright © 2016 Google. All rights reserved.