|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.DirectionsService
public class DirectionsService
A service for computing directions between two or more places. THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Nested Class Summary | |
---|---|
static interface |
DirectionsService.Callback
Callback type for handling asynchronous responses from route. |
Constructor Summary | |
---|---|
protected |
DirectionsService()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static DirectionsService |
create()
Creates a new instance of a DirectionsService
that sends directions queries to Google servers. |
void |
route(DirectionsRequest request,
DirectionsService.Callback callback)
Issue a directions search request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected DirectionsService()
Method Detail |
---|
public static DirectionsService create()
DirectionsService
that sends directions queries to Google servers.
public final void route(DirectionsRequest request, DirectionsService.Callback callback)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |