枚举 DistanceMatrixElementStatus
java.lang.Object
java.lang.Enum<DistanceMatrixElementStatus>
ai.nextbillion.maps.model.DistanceMatrixElementStatus
- 所有已实现的接口:
java.io.Serializable,java.lang.Comparable<DistanceMatrixElementStatus>,java.lang.constant.Constable
public enum DistanceMatrixElementStatus extends java.lang.Enum<DistanceMatrixElementStatus>
The status result for a single
DistanceMatrixElement.-
嵌套类概要
-
枚举常量概要
枚举常量 枚举常量 说明 NOT_FOUNDIndicates that the origin and/or destination of this pairing could not be geocoded.OKIndicates that the response contains a valid result.ZERO_RESULTSIndicates that no route could be found between the origin and destination. -
方法概要
修饰符和类型 方法 说明 static DistanceMatrixElementStatusvalueOf(java.lang.String name)返回带有指定名称的该类型的枚举常量。static DistanceMatrixElementStatus[]values()按照声明该枚举类型的常量的顺序, 返回一个包含这些常量的数组。
-
枚举常量详细资料
-
OK
Indicates that the response contains a valid result. -
NOT_FOUND
Indicates that the origin and/or destination of this pairing could not be geocoded. -
ZERO_RESULTS
Indicates that no route could be found between the origin and destination.
-
-
方法详细资料