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

BingTrafficIncidentResult.ToPoint Property

Returns the coordinates of the traffic incident’s endpoint (for example, the end of a construction zone).

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public GeoPoint ToPoint { get; }

Property Value

Type Description
GeoPoint

A geographical point that specifies the location of the traffic incident’s endpoint.

See Also