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

    Returns a list of isochrone polygons.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public List<BingRouteIsochronePolygonResult> Polygons { get; }

    Property Value

    Type Description
    List<BingRouteIsochronePolygonResult>

    A list of polygons that specify the isochrone calculation result.

    See Also