Skip to main content
All docs
V23.2

BingTrafficIncidentResult.Point Property

Returns geographical coordinates of the location where the incident occurs.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public GeoPoint Point { get; }

Property Value

Type Description
GeoPoint

A geographical point that specifies the incident location.

See Also