[][src]Module google_maps::distance_matrix::response::status

Contains the Status enum and its associated traits. It may contain debugging information to help you track down why the service request failed.

Enums

Status

The status fields within the response object contain the status of the request, and may contain useful debugging information. The Distance Matrix API returns a top-level status field, with information about the request in general, as well as a status field for each element field, with information about that particular origin-destination pairing.