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

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<DistanceMatrixElementStatus>
no setter
values → BuiltSet<DistanceMatrixElementStatus>
no setter

Static Methods

valueOf(String name) DistanceMatrixElementStatus

Constants

MAX_ROUTE_LENGTH_EXCEEDED → const DistanceMatrixElementStatus
  • OK indicates 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 no route could be found between the origin and destination. - MAX_ROUTE_LENGTH_EXCEEDED indicates the requested route is too long and cannot be processed.
  • NOT_FOUND → const DistanceMatrixElementStatus
  • OK indicates 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 no route could be found between the origin and destination. - MAX_ROUTE_LENGTH_EXCEEDED indicates the requested route is too long and cannot be processed.
  • OK → const DistanceMatrixElementStatus
  • OK indicates 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 no route could be found between the origin and destination. - MAX_ROUTE_LENGTH_EXCEEDED indicates the requested route is too long and cannot be processed.
  • ZERO_RESULTS → const DistanceMatrixElementStatus
  • OK indicates 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 no route could be found between the origin and destination. - MAX_ROUTE_LENGTH_EXCEEDED indicates the requested route is too long and cannot be processed.