public class LocationElevationRequest extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
LocationElevationRequest()
use newInstance();
|
Modifier and Type | Method and Description |
---|---|
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.
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public static final LocationElevationRequest newInstance()
public final void setLocations(JsArray<LatLng> locations)
locations
- Copyright © 2011-2013 Gone Vertical LLC. All Rights Reserved.