Public Member Functions | |
float | getProgress () |
int | getDistanceToEnd () |
int | getTimeToEnd () |
int | getTimeToEndWithSpeedProfiles () |
int | getTimeToEndWithSpeedProfileAndTraffic () |
.TransportMode int | getTransportMode () |
GeoBoundingBox | getToEndBoundingBox () |
int | describeContents () |
void | writeToParcel (final Parcel dest, final int flags) |
boolean | equals (Object o) |
int | hashCode () |
String | toString () |
![]() | |
boolean | isValidParcelable () |
Static Public Attributes | |
static final Parcelable.Creator< RouteProgress > | CREATOR |
Protected Member Functions | |
RouteProgress (final Parcel in) | |
Additional Inherited Members | |
![]() | |
boolean | mIsValidParcelable = true |
Class containing information about navigation route.
|
protected |
int com.sygic.sdk.navigation.RouteProgress.describeContents | ( | ) |
boolean com.sygic.sdk.navigation.RouteProgress.equals | ( | Object | o | ) |
int com.sygic.sdk.navigation.RouteProgress.getDistanceToEnd | ( | ) |
Route length to end
float com.sygic.sdk.navigation.RouteProgress.getProgress | ( | ) |
Route progress
int com.sygic.sdk.navigation.RouteProgress.getTimeToEnd | ( | ) |
Route duration to end without traffic and speed profiles
int com.sygic.sdk.navigation.RouteProgress.getTimeToEndWithSpeedProfileAndTraffic | ( | ) |
Route duration to end with current traffic
int com.sygic.sdk.navigation.RouteProgress.getTimeToEndWithSpeedProfiles | ( | ) |
Route duration to end with speed profiles
GeoBoundingBox com.sygic.sdk.navigation.RouteProgress.getToEndBoundingBox | ( | ) |
Geographic bounding box of route polyline from current position to end position
.TransportMode int com.sygic.sdk.navigation.RouteProgress.getTransportMode | ( | ) |
Transport mode currently using on the route
int com.sygic.sdk.navigation.RouteProgress.hashCode | ( | ) |
String com.sygic.sdk.navigation.RouteProgress.toString | ( | ) |
void com.sygic.sdk.navigation.RouteProgress.writeToParcel | ( | final Parcel | dest, |
final int | flags | ||
) |
|
static |