|
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.LocationElevationRequest
public class LocationElevationRequest
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
See LocationElevationRequest API Doc
| Constructor Summary | |
|---|---|
protected |
LocationElevationRequest()
use newInstance(); |
| Method Summary | |
|---|---|
JsArray<LatLng> |
getLocations()
The discrete locations for which to retrieve elevations. |
static LocationElevationRequest |
newInstance()
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data. |
void |
setLocations(JsArray<LatLng> locations)
The discrete locations for which to retrieve elevations. |
| 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 LocationElevationRequest()
| Method Detail |
|---|
public static final LocationElevationRequest newInstance()
public final void setLocations(JsArray<LatLng> locations)
locations - public final JsArray<LatLng> getLocations()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||