Page 2 of 2

The full map is not loaded

Posted: Mon Nov 18, 2013 10:45 am
by Maryna Brodina

Hello! Sorry for a late reply!
On click on icon on map you navigate to another page using the following code: pregoogle.maps.event.addListener(marker, 'click', function() {
Appery.navigateTo('rutaontinyent', {
reverse: false
});
});/pre Please replace preAppery.navigateTo(...)/pre with the following prewindow.location = 'rutaontinyent.html';/pre for all icons.