Home » Place categories:
Go Get Sporty ,
Sailing & Water Activities , and
The Waterfront » Place tags:
charter ,
dinghies ,
East Anglian Sea School ,
motor boating ,
online courses ,
power boating ,
sailing ,
sales ,
shorebased courses , and
yachting » East Anglian Sea School (Sailing Trust)
East Anglian Sea School (Sailing Trust)
Tweet
Go Get Sporty , Sailing & Water Activities , The Waterfront
charter , dinghies , East Anglian Sea School , motor boating , online courses , power boating , sailing , sales , shorebased courses , yachting
';
infowindow = new google.maps.InfoWindow({
content: content
});
google.maps.event.addListener(Marker, 'click', function() {
infowindow.open(map,Marker);
});
google.maps.event.addListener(directionsDisplay, 'directions_changed', function() {
});
}
function getSelectedTravelMode() {
var travelvalue = document.getElementById('travel-mode-input').value;
if (travelvalue == 'driving') {
travelvalue = google.maps.DirectionsTravelMode.DRIVING;
} else if (travelvalue == 'bicycling') {
travelvalue = google.maps.DirectionsTravelMode.BICYCLING;
} else if (travelvalue == 'walking') {
travelvalue = google.maps.DirectionsTravelMode.WALKING;
} else {
alert('Unsupported travel mode.');
}
return travelvalue;
}
function calcRoute() {
var destination_val = document.getElementById('fromAddress').value;
var request = {
origin: destination_val,
destination: "51.99629969999999, 1.2709350000000086",
travelMode: google.maps.DirectionsTravelMode.DRIVING
};
directionsService.route(request, function(response, status) {
if (status == google.maps.DirectionsStatus.OK) {
directionsDisplay.setDirections(response);
}else {alert('Address not found for:'+ destination_val);}
});
}
google.maps.event.addDomListener(window, 'load', initialize);
/* ]]> */
By car
Bicycling
Walking