DistanceMatrixResponse class abstract

DistanceMatrixResponse

Properties:

  • originAddresses - An array of addresses as returned by the API from your original request. These are formatted by the geocoder and localized according to the language parameter passed with the request. This content is meant to be read as-is. Do not programatically parse the formatted addresses.
  • destinationAddresses - An array of addresses as returned by the API from your original request. As with origin_addresses, these are localized if appropriate. This content is meant to be read as-is. Do not programatically parse the formatted addresses.
  • rows - An array of elements, which in turn each contain a status, duration, and distance element.
  • status

Constructors

DistanceMatrixResponse([void updates(DistanceMatrixResponseBuilder b)])
factory

Properties

destinationAddresses → BuiltList<String>
An array of addresses as returned by the API from your original request. As with origin_addresses, these are localized if appropriate. This content is meant to be read as-is. Do not programatically parse the formatted addresses.
no setter
hashCode int
The hash code for this object.
no setterinherited
originAddresses → BuiltList<String>
An array of addresses as returned by the API from your original request. These are formatted by the geocoder and localized according to the language parameter passed with the request. This content is meant to be read as-is. Do not programatically parse the formatted addresses.
no setter
rows → BuiltList<DistanceMatrixRow>
An array of elements, which in turn each contain a status, duration, and distance element.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status DistanceMatrixStatus
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(DistanceMatrixResponseBuilder)) DistanceMatrixResponse
Rebuilds the instance.
inherited
toBuilder() DistanceMatrixResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<DistanceMatrixResponse>
no setter