public class LatLng
extends java.lang.Object
implements com.google.maps.internal.StringJoin.UrlValue
Modifier and Type | Field and Description |
---|---|
double |
lat
The latitude of this location.
|
double |
lng
The longitude of this location.
|
Constructor and Description |
---|
LatLng(double lat,
double lng)
Construct a location with a latitude longitude pair.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |