Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return PathElevationRequest
static PathElevationRequest PathElevationRequest.newInstance()
          An elevation query sent by the ElevationService containing the path along which to return sampled data.
 

Methods in com.google.gwt.maps.client.services with parameters of type PathElevationRequest
 void ElevationService.getElevationAlongPath(PathElevationRequest request, ElevationServiceHandler handler)
          Makes an elevation request along a path, where the elevation data are returned as distance-based samples along that path.
 



Follow us on GitHub

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