Follow us on GitHub

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.
 



Follow us on GitHub

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