Skip to main content
All docs
V24.2

AzureTrafficIncidentResult.Point Property

Gets the point where an icon of the cluster or raw incident should be drawn, expressed in the requested projection. This value is affected by traffic style, zoom level, and road type.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public GeoPoint Point { get; }

Property Value

Type Description
GeoPoint

The point where an icon of the cluster or raw incident should be drawn.

See Also