|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.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 ElevationResults.
See ElevationResult API Doc
Constructor Summary | |
---|---|
protected |
ElevationResult()
this will be generated from the ElevationService use newInstatnce(); |
Method Summary | |
---|---|
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. |
static ElevationResult |
newInstance()
The result of an ElevationService request, consisting of the set of elevation coordinates and their elevation values. |
void |
setElevation(double elevation)
The elevation of this point on Earth, in meters above sea level. |
void |
setLocation(LatLng location)
The location of this elevation result. |
void |
setResolution(double resolution)
The distance, in meters, between sample points from which the elevation was interpolated. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected ElevationResult()
Method Detail |
---|
public static final ElevationResult newInstance()
public final void setElevation(double elevation)
elevation
- public final double getElevation()
public final void setLocation(LatLng location)
location
- public final LatLng getLocation()
public final void setResolution(double resolution)
resolution
- public final double getResolution()
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |