Skip to main content
A newer version of this page is available. .
All docs
V21.1

BingRouteIsochronePolygonResult(List<GeoPoint>) Constructor

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, 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