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

Packages that use LocationElevationRequest
com.google.gwt.maps.client.services   
 

Uses of LocationElevationRequest in com.google.gwt.maps.client.services
 

Methods in com.google.gwt.maps.client.services that return LocationElevationRequest
static LocationElevationRequest LocationElevationRequest.newInstance()
          An elevation request sent by the ElevationService containing the list of discrete coordinates (LatLngs) for which to return elevation data.
 

Methods in com.google.gwt.maps.client.services with parameters of type LocationElevationRequest
 void ElevationService.getElevationForLocations(LocationElevationRequest request, ElevationServiceHandler handler)
          Makes an elevation request for a list of discrete locations.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.