|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.ElevationResult
public class ElevationResult
The result of an
ElevationService
request, consisting of the set of elevation coordinates and their
elevation values. Note that a single request may produce multiple
ElevationResult
s.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
ElevationResult()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static ElevationResult |
create()
|
double |
getElevation()
The elevation of this point on Earth, in meters above sea level. |
LatLng |
getLocation()
The location of this elevation result. |
double |
getResolution()
The distance, in meters, between sample points from which the elevation was interpolated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected ElevationResult()
Method Detail |
---|
public static final ElevationResult create()
public final double getElevation()
public final LatLng getLocation()
public final double getResolution()
resolution
values) when multiple points are passed. To obtain the most accurate
elevation value for a point, it should be queried independently.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |