Subversion Repositories SmartDukaan

Rev

Rev 27408 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27408 Rev 27748
Line 93... Line 93...
93
		   });
93
		   });
94
		   
94
		   
95
		   var lastlocationmarker = new google.maps.Marker({
95
		   var lastlocationmarker = new google.maps.Marker({
96
	          map: map,
96
	          map: map,
97
	          position: {lat:locationMap[mapLength-1].lat, lng:locationMap[mapLength-1].lng}, 
97
	          position: {lat:locationMap[mapLength-1].lat, lng:locationMap[mapLength-1].lng}, 
-
 
98
	          animation: google.maps.Animation.DROP,
98
		   });
99
		   });
99
	
100
	
100
		(function(marker, data) {
101
		(function(marker, data) {
101
		      google.maps.event.addListener(marker, "mouseover", function(e) {
102
		      google.maps.event.addListener(marker, "mouseover", function(e) {
102
		        var d = new Date(data.createTime)
103
		        var d = new Date(data.createTime)