I'm using Google Map on my windows 8 app.It load in fly out using parameters that i passed from current page. I have map.js and details.js scripts as well. inside details.js i calls map using this code
var loc = invokedItem.data.name;
google.maps.event.addDomListener(window, 'load', getCode(loc));
In here it gives run time error. Help me
http://stackoverflow.com/questions/13051890/javascript-runtime-error-googleundefined
same issue that i have