googleapis / google-cloud-java

Google Cloud Client Library for Java
https://cloud.google.com/java/docs/reference
Apache License 2.0
1.88k stars 1.06k forks source link

[routes]: README documentation link returns 404 #10057

Open alstr opened 9 months ago

alstr commented 9 months ago

The link to the Routes client library documentation in the README returns a 404:

https://github.com/googleapis/google-cloud-java/blob/f89e45a3d72d85e8ec9720f54b8bf36de1a4e332/java-maps-routing/README.md?plain=1#L185

I can't find the client library documentation for this product. It's very well Google recommending I use this over the Directions API, but it's a bit hard to do that as it stands. 🙃

JohnbelMDev commented 2 months ago

Hi,

I'd like to address the 404 error you encountered. Could you please specify which library you're using?

In the meantime, here are two potential solutions:

Check the routes in your client Java file. Follow the documentation provided by Google Cloud: Configure endpoints for the client library. Thank you!

wangela commented 1 month ago

We're looking into the missing javadocs for this and other Java client libraries for Google Maps Platform APIs. Until this is resolved, you may find this Routes API client libraries page with setup instructions and a few Java code samples helpful, or the reference docs for the API itself.