googlemaps / google-maps-services-js

Node.js client library for Google Maps API Web Services
Apache License 2.0
2.88k stars 634 forks source link

New API implementation: Routes API #1254

Open robery567 opened 3 weeks ago

robery567 commented 3 weeks ago

Is your feature request related to a problem? Please describe. It would be really helpful to directly implement the RoutesAPI into this package.

Describe the solution you'd like I have realised the necessary modifications and I am considering opening a PR for it.

Describe alternatives you've considered None.

Additional context None

usefulthink commented 3 weeks ago

See here: #1105

The new routes API does have its own package here: https://github.com/googleapis/google-cloud-node/tree/main/packages/google-maps-routing and

robery567 commented 3 weeks ago

I saw it, but as I already have this package implemented in one of our internal services, it was much easier to implement it directly in this package too, so we won't have to switch packages and implement a new one 😀.