|
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.PathElevationRequest
public class PathElevationRequest
An elevation query sent by the ElevationService containing the path along which to return sampled data. This request defines a continuous path along the earth along which elevation samples should be taken at evenly-spaced distances. All paths from vertex to vertex use segments of the great circle between those two points.
See PathElevationRequest API Doc
| Constructor Summary | |
|---|---|
protected |
PathElevationRequest()
use newInstance(); |
| Method Summary | |
|---|---|
JsArray<LatLng> |
getPath()
The path along which to collect elevation values. |
int |
getSamples()
Required. |
static PathElevationRequest |
newInstance()
An elevation query sent by the ElevationService containing the path along which to return sampled data. |
void |
setPath(JsArray<LatLng> path)
The path along which to collect elevation values. |
void |
setSamples(int samples)
Required. |
| 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 PathElevationRequest()
| Method Detail |
|---|
public static final PathElevationRequest newInstance()
public final void setPath(JsArray<LatLng> path)
path - public final JsArray<LatLng> getPath()
public final void setSamples(int samples)
samples - public final int getSamples()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||