public static enum Constants.SiteFeature extends Enum<Constants.SiteFeature>
Site. A
RoutingRequest should be built accordingly.| Enum Constant and Description |
|---|
ARRIVAL_TIME
route calculation can respect arrival times
|
DEPARTURE_TIME
route calculation can respect departure times
|
MOT_USER_AFFINITY
more finegrained control over modes of transport, see
RequestModeOfTransport.getUserAffinity() |
| Modifier and Type | Method and Description |
|---|---|
static Constants.SiteFeature |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Constants.SiteFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constants.SiteFeature MOT_USER_AFFINITY
RequestModeOfTransport.getUserAffinity()public static final Constants.SiteFeature DEPARTURE_TIME
public static final Constants.SiteFeature ARRIVAL_TIME
public static Constants.SiteFeature[] values()
for (Constants.SiteFeature c : Constants.SiteFeature.values()) System.out.println(c);
public static Constants.SiteFeature valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2018. All rights reserved.