| Modifier and Type | Class and Description |
|---|---|
static class |
ItineraryManager.GetItineraryOptions
Contains options to get a user's itinerary.
|
static interface |
ItineraryManager.IGetItineraryResponseListener
Response listener for getItinerary.
|
static class |
ItineraryManager.ItineraryManagerException
An exception that is thrown when there is an error with a
ItineraryManager operation. |
| Modifier and Type | Method and Description |
|---|---|
ItineraryConfig |
getConfiguration()
Gets the
ItineraryManager configuration. |
ICancellable |
getItinerary(ItineraryManager.GetItineraryOptions options,
ItineraryManager.IGetItineraryResponseListener listener)
Get the
Itinerary for the user within the given date range. |
public ItineraryConfig getConfiguration()
ItineraryManager configuration.ItineraryConfig.public ICancellable getItinerary(ItineraryManager.GetItineraryOptions options, ItineraryManager.IGetItineraryResponseListener listener)
Itinerary for the user within the given date range.options - options to get itinerary, must not be nulllistener - listener that will receive the response, must not be nullICancellable so that the request can be cancelledItineraryManager.ItineraryManagerException - when either options or listener is null
or invalid.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.