MapRoute.IsTrafficBased Property

Definition

Gets a value indicating whether the MapRoute is based on traffic.

public:
 property bool IsTrafficBased { bool get(); };
bool IsTrafficBased();
public bool IsTrafficBased { get; }
var boolean = mapRoute.isTrafficBased;
Public ReadOnly Property IsTrafficBased As Boolean

Property Value

Boolean

bool

true if the MapRoute is based on traffic; otherwise, false.

Applies to

See also