Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gardan
Contributor III
Contributor III

Google drive distance?

Hello There!

I know there is a Google API out there for maps, but has anyone figured out how to send Google two zip codes and have the over the road driving miles return? If not Google, has someone figured out another way to get something like this done?

Thanks!

3 Replies
Anonymous
Not applicable

Google has more information on the directions part of the Google Maps API here:

http://code.google.com/intl/sv/apis/maps/documentation/services.html

At the very bottom there's a section called: Handling Returned Directions

Not applicable

Hello,

It is possible using a macro that uses the google webservice to import the xml driving description (and distance), for example:

http://maps.google.com/maps?saddr=manchester&daddr=bolton&output=kml

For the distance and minutes you don't need a partial reload, but for the description (both text and coordinates) i would prefer to use one (import the description in a table). If I have some spare time I will try to integrate this in my current Google Maps+ example.

regards Mark

Not applicable

I found some spare time today and created an example of a QlikView 9 Route planner. I've posted it in the Share QlikViews section. Please let me know if it works and if this is what you were looking for.

regards Mark