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() |
static LatLng |
of(double latitude,
double longitude) |
protected com.google.type.LatLng |
toPb() |
String |
toString() |
public double getLatitude()
public double getLongitude()
public static LatLng of(double latitude, double longitude)
protected com.google.type.LatLng toPb()
Copyright © 2019 Google LLC. All rights reserved.