public class TrafficIncidentFlow extends BaseTrafficIncident implements java.io.Serializable
Constructor and Description |
---|
TrafficIncidentFlow() |
Modifier and Type | Method and Description |
---|---|
void |
accept(TrafficIncidentVisitor visitor) |
protected void |
addCoordinatesToGeometry(LatLng coordinates) |
ImmutableList<LatLng> |
getGeometry()
Gets the coordinates representing the geometry of the incident.
|
getId, getIsLeftHandTraffic, getMagnitude, getRoadType, getTrafficRoadCoverage, setId, setIsLeftHandTraffic, setMagnitude, setRoadType, setTrafficRoadCoverage
public ImmutableList<LatLng> getGeometry()
protected void addCoordinatesToGeometry(LatLng coordinates)
public void accept(TrafficIncidentVisitor visitor)
accept
in interface com.tomtom.online.sdk.common.util.Visitable<TrafficIncidentVisitor>