Skip to main content
All docs
V25.1
  • BingRouteIsochroneResult.Origin Property

    Returns the coordinates of the geographical point around which the BingRouteIsochroneDataProvider calculates an isochrone.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public GeoPoint Origin { get; }

    Property Value

    Type Description
    GeoPoint

    A geographical point around which an isochrone is calculated.

    See Also