ZERO_RESULTS constant
OKindicates the response contains a valid result. -NOT_FOUNDindicates that the origin and/or destination of this pairing could not be geocoded. -ZERO_RESULTSindicates no route could be found between the origin and destination. -MAX_ROUTE_LENGTH_EXCEEDEDindicates the requested route is too long and cannot be processed.
Implementation
@BuiltValueEnumConst(wireName: r'ZERO_RESULTS')
static const DistanceMatrixElementStatus ZERO_RESULTS = _$ZERO_RESULTS;