BingRouteIsochroneResult(GeoPoint, List<BingRouteIsochronePolygonResult>) Constructor
Initializes a new instance of the BingRouteIsochroneResult class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
public BingRouteIsochroneResult(
GeoPoint origin,
List<BingRouteIsochronePolygonResult> polygons
)
Parameters
| Name | Type | Description |
|---|---|---|
| origin | GeoPoint | A geographical point around which an isochrone is calculated. |
| polygons | List<BingRouteIsochronePolygonResult> | A list of objects that specify resulting isochrone polygons. |
See Also