com.google.maps.gwt.client
Class LocationElevationRequest

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

public class LocationElevationRequest
extends JavaScriptObject

An elevation request sent by the ElevationService containing the list of discrete coordinates ( LatLng s) for which to return elevation data. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY


Constructor Summary
protected LocationElevationRequest()
          Protected constructor avoids default public constructor.
 
Method Summary
static LocationElevationRequest create()
           
 void setLocations( locations)
          The discrete locations for which to retrieve elevations.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocationElevationRequest

protected LocationElevationRequest()
Protected constructor avoids default public constructor.

Method Detail

create

public static final LocationElevationRequest create()

setLocations

public final void setLocations( locations)
The discrete locations for which to retrieve elevations.