Open GoogleCodeExporter opened 8 years ago
the query-google-maps-mobile.html has a directions example.
It includes a demo.js without it won't work.
So is start removing all the mess in it to a bare minimum to keep it working:
window.demo = {
'init': function() {},
'col': [],
'add': function(a, b) { if (b) { this.col[a] = b; } return this; },
'load': function(a) { var self = this; if (a) { self.col[a](); } }
};
I have no idea what above code does.. but without this the map will not appear
;(
A clean example would be really nice this example does have directions and
route to location X based on current location
Original comment by voorr...@gmail.com
on 21 Nov 2012 at 11:57
I need this sort of example. I have wasted lot of time in searching
Original comment by ahannan....@gmail.com
on 20 Jun 2013 at 9:51
Original issue reported on code.google.com by
voorr...@gmail.com
on 21 Nov 2012 at 11:24