Skip to main content
All docs
V25.1
  • BingTrafficIncidentResult.ToPoint Property

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.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