1 (edited by gwhitch 2020-12-22 04:53:37)

Topic: Car Drive By Route

Hello all. I can not get the directions to a selected point work. I put my Google API key in the key manager. The warning about putting that key in is gone, but I dont see any driving directions to the point I selected. The start of the map is correctly showing my location. I'm using the "Car Drive By Route" scene.

I dont see any errors. What am I missing? Any help would be appreciated.

2 (edited by gwhitch 2020-12-22 03:35:51)

Re: Car Drive By Route

Turns out, my Google API "free" period has ended. Can any other API be used for Routing? I have a MapQuest api key and an openrouteservice api key. either I am putting those in the wrong place or they do not work if it's not google's api.

Re: Car Drive By Route

Hello.

This example uses the Google Directions API.
To use a different Routing API, you need to modify this script.
How to use the HERE Routing API and Open Route Service Directions:
https://infinity-code.com/atlas/online- … ample.html
https://infinity-code.com/atlas/online- … ample.html

Or you can use any service you like. But in this case, you will need to make a request and process the response yourself.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Car Drive By Route

Thanks for the help. It has been invaluable!