public class DistanceMatrixElementStatus
extends java.lang.Object
DistanceMatrixElement.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NOT_FOUND
NOT_FOUND indicates that the origin and/or destination of this pairing could not be
geocoded. |
static java.lang.String |
OK
OK indicates the response contains a valid result. |
static java.lang.String |
ZERO_RESULTS
ZERO_RESULTS indicates no route could be found between the origin and destination. |
public static final java.lang.String OK
OK indicates the response contains a valid result.public static final java.lang.String NOT_FOUND
NOT_FOUND indicates that the origin and/or destination of this pairing could not be
geocoded.public static final java.lang.String ZERO_RESULTS
ZERO_RESULTS indicates no route could be found between the origin and destination.