';function load(){geocoder=new google.maps.Geocoder();var newyork=new google.maps.LatLng(1.531037,103.748703);var myOptions={zoom:15,center:newyork,mapTypeId:google.maps.MapTypeId.ROADMAP,mapTypeControlOptions:{style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}} map=new google.maps.Map(document.getElementById('map'),myOptions);} function codeAddress(){geocoder.geocode({'address':address},function(results,status){if(status==google.maps.GeocoderStatus.OK){map.setCenter();var marker=new google.maps.Marker({map:map,icon:redFlag,shadow:shadow,animation:google.maps.Animation.DROP,position:results[0].geometry.location});var infowindow=new google.maps.InfoWindow({maxWidth:270,content:contentString,disableAutoPan:false});infowindow.open(map,marker);google.maps.event.addListener(marker,'click',function(){infowindow.open(map,marker);});}else{(function($){$('#map').append('
Sorry, the address could not be found.
');return false;})(jQuery);}});} function showAddress(fromAddress,toAddress){calcRoute();calcRoute1();} function calcRoute(){var start=document.getElementById("fromAdd").value;var end=document.getElementById("toAdd").value;var request={origin:start,destination:end,travelMode:google.maps.DirectionsTravelMode.DRIVING};directionsService.route(request,function(response,status){if(status==google.maps.DirectionsStatus.OK){directionsDisplay.setDirections(response);}});}
Tiada ulasan:
Catat Ulasan