Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distance Matrix url has "/maps/api/distanceMatrix/json" should be "/maps/api/distancematrix/json". Was receiving a 404 not found #271

Closed
chrisgrimaldi70 opened this issue Feb 24, 2022 · 4 comments
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@chrisgrimaldi70
Copy link

Thanks for stopping by to let us know something could be better!


PLEASE READ

If you have a support contract with Google, please create an issue in the support console. This will ensure a timely response.

Discover additional support services for the Google Maps Platform, including developer communities, technical guidance, and expert support at the Google Maps Platform support resources page.

If your bug or feature request is not related to this particular library, please visit the Google Maps Platform issue trackers.

Check for answers on StackOverflow with the google-maps tag.


Please be sure to include as much information as possible:

Environment details

  1. DistanceMatrixApi
  2. Windows 10
  3. [v1.17.6]

Steps to reproduce

  1. Calling DistanceMatrixApi

Code in specification

"/maps/api/distanceMatrix/json": { "get": { "operationId": "distanceMatrix", "servers": [ { "url": "https://maps.googleapis.com" } ], "tags": [ "Distance Matrix API" ], "description": "The Distance Matrix API is a service that provides travel distance and time for a matrix of origins and destinations. The API returns information based on the recommended route between start and end points, as calculated by the Google Maps API, and consists of rows containing duration and distance values for each pair.", "parameters": [ { "$ref": "#/components/parameters/arrival_time" }, { "$ref": "#/components/parameters/departure_time" }, { "$ref": "#/components/parameters/distancematrix_avoid" },

# example

Stack trace

# example

Following these steps will guarantee the quickest resolution possible.

Thanks!

@chrisgrimaldi70 chrisgrimaldi70 added triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Feb 24, 2022
@jpoehnelt
Copy link
Contributor

@chrisgrimaldi70 Please take a moment to fill out this short survey. Thank you!

This is an automated message, feel free to ignore.

@jpoehnelt
Copy link
Contributor

@chrisgrimaldi70 Thank you for opening this issue. 🙏
Please check out these other resources that might be applicable:

This is an automated message, feel free to ignore.

@jpoehnelt
Copy link
Contributor

this was fixed in #266

@jpoehnelt
Copy link
Contributor

looks like the release workflow hasn't been executing for some reason. triggered it with a comment.

@jpoehnelt jpoehnelt removed their assignment Jun 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage me I really want to be triaged. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

2 participants