com.google.gwt.maps.client.services
Class DirectionsService
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.DirectionsService
public class DirectionsService
- extends JavaScriptObject
A service for computing directions between two or more places.
See DirectionsService API Doc
DirectionsService
protected DirectionsService()
- use newInstance();
newInstance
public static final DirectionsService newInstance()
- Creates a new instance of a DirectionsService that sends directions queries to Google servers.
route
public final void route(DirectionsRequest request,
DirectionsResultHandler handler)
- Issue a directions search request.
TODO I can't test this in dev mode, but seems to be working in production deployed. maps api can't find
<__gwt_ObjectId>
- Parameters:
request - handler -
Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.