- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Tags:
- HTML5
- Intel® XDK
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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');

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page