How to integrate google map navigation javascript sdk with nextjs
Unanswered
bscdev#1145 posted this in #help-forum
Hello everyone, I will appreciate if anybody advises me on the below issue :- I am developing a project where I want to integrate my application with 3rd party navigation sdk that provides turn by turn navigation service. I already implemented direction api and established route between source and destination. But in real world rider will also require turn by turn navigation support. I came to know from googles documentation that they restricted navigation sdk usage for javascript users. Is there any way to redirect riders to googles naviagtion portal from our dashboard after direction is established considering that rider will only use mobile to access the application . I have folllowing parameters when direction is established:- 1. live current latitude and longitude of the rider who wants navigation support. 2. latitudes and longitudes of source and destination. Is there any 3rd party api available which I can use or is there any way redirect riders to google maps navigation portal from my dashboard. Link-> https://developers.google.com/maps/documentation/navigation