java.io.Serializablepublic 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 | 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 | Description |
|---|---|
ElevationResult() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
toString() |
public double elevation
public LatLng location
public double resolution