|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.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.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
PathElevationRequest()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static PathElevationRequest |
create()
|
void |
setPath(
The path along which to collect elevation values. |
void |
setSamples(double samples)
Required. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected PathElevationRequest()
Method Detail |
---|
public static final PathElevationRequest create()
public final void setPath(path)
public final void setSamples(double samples)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |