Skip to main content
All docs
V25.1
  • AzureRouteIsochroneResult(GeoPoint, List<GeoPoint>) Constructor

    Initializes a new instance of the AzureRouteIsochroneResult class with specified settings.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public AzureRouteIsochroneResult(
        GeoPoint origin,
        List<GeoPoint> polygon
    )

    Parameters

    Name Type Description
    origin GeoPoint

    A geographical point that specifies isochrone calculation origin.

    polygon List<GeoPoint>

    A list of geographical coordinates that define the calculated isochrone vertices.

    See Also