public static enum MatrixCreateRequest.LbsType extends Enum<MatrixCreateRequest.LbsType>
| Enum Constant and Description |
|---|
HIGHWAY_FIRST |
LEAST_CONGESTION |
LEAST_DISTANCE |
LEAST_TIME |
LEAST_TOLL |
NO_HIGHWAY |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeValue() |
static MatrixCreateRequest.LbsType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatrixCreateRequest.LbsType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatrixCreateRequest.LbsType LEAST_TIME
public static final MatrixCreateRequest.LbsType LEAST_DISTANCE
public static final MatrixCreateRequest.LbsType NO_HIGHWAY
public static final MatrixCreateRequest.LbsType HIGHWAY_FIRST
public static final MatrixCreateRequest.LbsType LEAST_CONGESTION
public static final MatrixCreateRequest.LbsType LEAST_TOLL
public static MatrixCreateRequest.LbsType[] values()
for (MatrixCreateRequest.LbsType c : MatrixCreateRequest.LbsType.values()) System.out.println(c);
public static MatrixCreateRequest.LbsType 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 nullpublic int getTypeValue()
Copyright © 2020. All rights reserved.