Is there a way to access the Google Maps traffic layer for specific timestamps, such as 09.01.2015 at 14:15? I am using Angular1 & the Google Maps API.
This is how I currently have the traffic layer set up. Is there a way to customize it further?
var trafficLayer = new google.maps.TrafficLayer();
trafficLayer.setMap(map);