Follow us on GitHub

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

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

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

Methods in com.google.gwt.maps.client.services that return DirectionsResult
 DirectionsResult DirectionsRendererOptions.getDirections()
          The directions to display on the map and/or in a <div> panel, retrieved as a DirectionsResult object from DirectionsService.
 DirectionsResult DirectionsRenderer.getDirections()
          Returns the renderer's current set of directions.
static DirectionsResult DirectionsResult.newInstance()
          An array of DirectionsRoutes, each of which contains information about the legs and steps of which it is composed.
 

Methods in com.google.gwt.maps.client.services with parameters of type DirectionsResult
 void DirectionsResultHandler.onCallback(DirectionsResult result, DirectionsStatus status)
           
 void DirectionsRendererOptions.setDirections(DirectionsResult directions)
          The directions to display on the map and/or in a <div> panel, retrieved as a DirectionsResult object from DirectionsService.
 void DirectionsRenderer.setDirections(DirectionsResult directions)
          Set the renderer to use the result from the DirectionsService.
 



Follow us on GitHub

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