trafficDataProvider property
The traffic data provider that gets internal traffic information considering in routing.
If the traffic data provider is null, traffic is not considered in routing.
Gets the traffic data provider that provides internal traffic information considering in routing.
Implementation
TrafficDataProvider? get trafficDataProvider;
The traffic data provider that gets internal traffic information considering in routing.
If the traffic data provider is null, traffic is not considered in routing.
Sets the traffic data provider that provides internal traffic information considering in routing.
Implementation
set trafficDataProvider(TrafficDataProvider? value);