BingRouteIsochronePolygonResult(List<GeoPoint>) Constructor
Initializes a new instance of the BingRouteIsochronePolygonResult class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
Declaration
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