Skip to main content
All docs
V25.1
  • AzureRouteIsochroneResult.Polygon Property

    Gets an isochrone polygon.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public List<GeoPoint> Polygon { get; }

    Property Value

    Type Description
    List<GeoPoint>

    A list of geographical coordinates (calculated isochrone vertices).

    See Also