Software Archive
Read-only legacy content

google maps

Leandro_M_1
Beginner
892 Views
Hello, I wonder if it is possible to develop an application with the Google Maps calculate the distance from where I am until given address. Thank`s
0 Kudos
2 Replies
John_H_Intel2
Employee
892 Views

Yes that can easily be done. Check out the google maps demo available in the XDK, then google for some javascript that does what you are looking for and merge the 2 :)

0 Kudos
Leandro_M_1
Beginner
892 Views
Hello, He worked with the code:

var url = 'http://maps.google.com/maps?daddr=Avenida Domingos de Nobile, 129, Araraquara - SP';

window.open(url, '_system');

 

0 Kudos
Reply