trafficFlow property
final
Traffic flow speed. An online connection is required for the traffic flow to be shown.
If the offline-mode is enabled for offline maps usage,
the live traffic flow can still be shown in offline mode by enabling
pass-through feature for traffic flow on sdk.core.engine.SDKNativeEngine.
See sdk.core.engine.SDKNativeEngine.pass_through_features for details.
Supported modes:
- MapFeatureModes.trafficFlowJapanWithoutFreeFlow,
- MapFeatureModes.trafficFlowWithFreeFlow,
- MapFeatureModes.trafficFlowWithoutFreeFlow.
Default mode is MapFeatureModes.trafficFlowWithFreeFlow.
Not supported for MapScheme.satellite, MapScheme.roadNetworkDay and MapScheme.roadNetworkNight. By default, this map feature is not enabled.
Implementation
static final String trafficFlow = "traffic flow";