Follow us on GitHub

com.google.gwt.maps.client.services
Class LocationElevationRequest

java.lang.Object
  extended by com.google.gwt.core.client.JavaScriptObject
      extended by com.google.gwt.maps.client.services.LocationElevationRequest

public class LocationElevationRequest
extends JavaScriptObject

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

LocationElevationRequest

protected LocationElevationRequest()
use newInstance();

Method Detail

newInstance

public static final LocationElevationRequest newInstance()
An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.


setLocations

public final void setLocations(JsArray<LatLng> locations)
The discrete locations for which to retrieve elevations.

Parameters:
locations -

getLocations

public final JsArray<LatLng> getLocations()
The discrete locations for which to retrieve elevations.



Follow us on GitHub

Copyright © 2011-2012 Gone Vertical LLC. All Rights Reserved.