|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Interface Summary | |
|---|---|
| TravelTimeListener | The asynchronous TravelTimeRequest reports its results to a class
implementing this listener interface. |
| Class Summary | |
|---|---|
| TravelTime | An instance of this class is returned by the TravelTimeEstimator
class to provide the travel time estimate. |
| TravelTimeEstimator | Provides the capability to obtain an estimate of the time it will take to travel between two points on a given date and time. |
| TravelTimeOptions | Represents optional settings for a travel time estimate request. |
| TravelTimeRequest | Represents an asynchronous request for a travel time estimate. |
| Exception Summary | |
|---|---|
| TravelTimeException | Represents an exception that is thrown when trying to retrieve a travel time estimate. |
| TravelTimeRouteException | Represents an exception when trying to retrieve a route between the specified starting and ending points. |
Provides the capability to retrieve an estimate of the time it will take to travel between two points on a given date and time. Currently, the Travel Time API only provides estimates for automobile travel in the United States and Canada.
To request a travel time estimate, retrieve an instance of the
TravelTimeEstimator
class. Use the requestArrivalEstimate() method
to request a travel time estimate by specifying the coordinates for the
starting and ending points, and the start time. The request is forwarded to
a remote Travel Time server, which determines a route between the starting
and ending points and then uses live and historical traffic information to
compute a travel time estimate. The travel start time is used to ensure that
the estimate reflects the conditions on the specified date and time. The
travel time estimate is returned by the TravelTimeEstimator
using an instance of the TravelTime class.
|
|||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
Copyright 1999-2010 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2003 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Copyright 2002-2003 Nokia Corporation All Rights Reserved.
Java is a trademark of Sun Microsystems, Inc.