public class TransitSchedulePage
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected com.nokia.maps.PlacesTransitSchedulePage |
m_pimpl |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.List<TransitDeparture> |
getItems()
Gets the list of departures.
|
java.util.Map<java.lang.String,TransitLine> |
getLines()
Gets the map collection of transit line names to
TransitLine information. |
TransitSchedulePageRequest |
getNextPageRequest()
Gets the
TransitSchedulePageRequest for requesting the next page of the
TransitSchedulePage. |
int |
getOffsetCount()
Gets the collection offset count for the current page of the
TransitSchedulePage. |
java.util.Map<java.lang.String,TransitOperator> |
getOperators()
Gets the map collection of transit line operators to
TransitOperator information. |
TransitSchedulePageRequest |
getPreviousPageRequest()
Gets the
TransitSchedulePageRequest for requesting the previous page of the
TransitSchedulePage. |
int |
hashCode() |
public int getOffsetCount()
TransitSchedulePage.
For the first page of results, the offset count is 0. Following any call to
TransitSchedulePage.getNextPageRequest(), the offset count will be greater than 0.
public TransitSchedulePageRequest getNextPageRequest()
TransitSchedulePageRequest for requesting the next page of the
TransitSchedulePage.TransitSchedulePageRequestpublic TransitSchedulePageRequest getPreviousPageRequest()
TransitSchedulePageRequest for requesting the previous page of the
TransitSchedulePage.TransitSchedulePageRequestpublic java.util.List<TransitDeparture> getItems()
TransitDeparturepublic java.util.Map<java.lang.String,TransitLine> getLines()
TransitLine information.public java.util.Map<java.lang.String,TransitOperator> getOperators()
TransitOperator information.public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object