Subversion Repositories SmartDukaan

Rev

Rev 27369 | Rev 27371 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27369 Rev 27370
Line 41... Line 41...
41
	  const flightPath = new google.maps.Polyline({
41
	  const flightPath = new google.maps.Polyline({
42
	    path: coordinates,
42
	    path: coordinates,
43
	    geodesic: true,
43
	    geodesic: true,
44
	    strokeColor: "#FF0000",
44
	    strokeColor: "#FF0000",
45
	    strokeOpacity: 1.0,
45
	    strokeOpacity: 1.0,
46
	    strokeWeight: 2,
46
	    strokeWeight: 2
47
	  });
47
	  });
48
	  flightPath.setMap(map);
48
	  flightPath.setMap(map);
49
		  
49
		  
50
	}
50
	}
51
</script>
51
</script>