|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.services.DirectionsService
public class DirectionsService
A service for computing directions between two or more places.
See DirectionsService API Doc
Constructor Summary | |
---|---|
protected |
DirectionsService()
use newInstance(); |
Method Summary | |
---|---|
static DirectionsService |
newInstance()
Creates a new instance of a DirectionsService that sends directions queries to Google servers. |
void |
route(DirectionsRequest request,
DirectionsResultHandler handler)
Issue a directions search request. |
Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected DirectionsService()
Method Detail |
---|
public static final DirectionsService newInstance()
public final void route(DirectionsRequest request, DirectionsResultHandler handler)
request
- handler
-
|
Follow us on GitHub |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |