Skip to main content
All docs
V23.2

BingRouteIsochronePolygonResult(List<GeoPoint>) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

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 Coordinates property.

See Also