public class ElevationResult
extends java.lang.Object
implements java.io.Serializable
Units are in meters, per https://developers.google.com/maps/documentation/elevation/start.
| Modifier and Type | Field and Description |
|---|---|
double |
elevation
Elevation in meters.
|
LatLng |
location
Location of the elevation data.
|
double |
resolution
Maximum distance between data points from which the elevation was interpolated, in meters.
|
| Constructor and Description |
|---|
ElevationResult() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public double elevation
public LatLng location
public double resolution