DistanceMatrixElementStatus class 
 
    
    
      
        
  - Inheritance
- 
    
      - Object
- EnumClass
- DistanceMatrixElementStatus
 
 
    
    
  
    Properties
    
        - 
  hashCode
  → int
  
- 
  The hash code for this object.
  no setterinherited 
- 
  name
  → String
  
- 
  
  finalinherited 
- 
  runtimeType
  → Type
  
- 
  A representation of the runtime type of the object.
  no setterinherited 
 
    
  
    Methods
    
        - 
  noSuchMethod(Invocation invocation)
    → dynamic
  
  
- 
  Invoked when a nonexistent method or property is accessed.
  inherited 
- 
  toString()
    → String
  
  
- 
  A string representation of this object.
  inherited 
 
    
  
    
  
    
  
    
  
    Constants
    
        - 
    MAX_ROUTE_LENGTH_EXCEEDED
  → const DistanceMatrixElementStatus
  
- 
  
- 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.
- 
    NOT_FOUND
  → const DistanceMatrixElementStatus
  
- 
  
- 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.
- 
    OK
  → const DistanceMatrixElementStatus
  
- 
  
- 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.
- 
    ZERO_RESULTS
  → const DistanceMatrixElementStatus
  
- 
  
- 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.