AzureTrafficIncidentOptions.IncidentGeometryType Property
Specifies the type of vector geometry added to incidents.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
[DefaultValue(AzureTrafficIncidentGeometryType.Original)]
public AzureTrafficIncidentGeometryType IncidentGeometryType { get; set; }
Property Value
Type | Default | Description |
---|---|---|
AzureTrafficIncidentGeometryType | Original | The type of vector geometry added to incidents. |
Available values:
Name | Description |
---|---|
Original | Places incidents precisely on the road. |
Shifted | Moves the incident slightly (depending on zoom level) to indicate specific road lanes. |
See Also