The objective is to design a Java application to visualize traffic data from sensor records on a map. The application should display real-time traffic flow and average speed information with different colors, and allow toggling between the two views over time. It should also mark areas identified by an algorithm as having traffic anomalies. The application will use an existing dataset of traffic sensor records containing location, time, flow and speed data to populate the map visualization.