Skip to main content
All docs
V26.1
  • BingRouteIsochronePolygonResult(List<GeoPoint>) Constructor

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

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v26.1.dll

    Declaration

    public BingRouteIsochronePolygonResult(
        List<GeoPoint> coordinates
    )

    Parameters

    Name Type Description
    coordinates List<GeoPoint>

    A list of geographical points that define the resulting isochrone polygon’s vertices. This value is assigned to the BingRouteIsochronePolygonResult.Coordinates property.

    See Also