Skip to main content
A newer version of this page is available. .
All docs
V21.1

BingTrafficIncidentResult.Point Property

Returns geographical coordinates of the location where the incident occurs.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public GeoPoint Point { get; }

Property Value

Type Description
GeoPoint

A geographical point that specifies the incident location.

See Also