Open GoogleCodeExporter opened 9 years ago
[deleted comment]
More specifically it would appear to be a timing issue. The following delay
resolves the issue:
$('#RoutePlanner').on('pageinit', function (event, ui) {
setTimeout(initMap, 3000);
});
Original comment by benmorga...@gmail.com
on 25 Apr 2012 at 12:17
Original issue reported on code.google.com by
benmorga...@gmail.com
on 24 Apr 2012 at 8:03Attachments: