Need to put directions in google maps
In my Google Maps I can´t use the pegmen and get directions in ads with Portugal.
But the ad that came with classipress I can use the pegmen.
Can anyone help me ?
In the function below I can see one var with name neywork but I am in Portugal !!
function load() {
geocoder = new google.maps.Geocoder();
//directionsDisplay = new google.maps.DirectionsRenderer();
var newyork = new google.maps.LatLng(40.69847032728747, -73.9514422416687);
var myOptions = {
zoom: 14,
center: newyork,
mapTypeId: google.maps.MapTypeId.ROADMAP,
mapTypeControlOptions: {
style: google.maps.MapTypeControlStyle.DROPDOWN_MENU
}
}
map = new google.maps.Map(document.getElementById('map'), myOptions);
//directionsDisplay.setMap(map);
}