Package | Description |
---|---|
com.here.android.mpa.routing |
This package provides classes, interfaces, and enumerations for route calculation and
route description (directions).
|
Modifier and Type | Method and Description |
---|---|
RouteOptions.TimeType |
RouteOptions.getTime(java.util.Date date)
Gets the arrival or departure time that has been set.
|
static RouteOptions.TimeType |
RouteOptions.TimeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RouteOptions.TimeType[] |
RouteOptions.TimeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
RouteOptions |
RouteOptions.setTime(java.util.Date time,
RouteOptions.TimeType type)
Sets the arrival or departure time.
|