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

    Returns geographical coordinates of the location where the incident occurs.

    Namespace: DevExpress.Xpf.Map

    Assembly: DevExpress.Xpf.Map.v25.1.dll

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public GeoPoint Point { get; }

    Property Value

    Type Description
    GeoPoint

    A geographical point that specifies the incident location.

    See Also