AzureRouteIsochroneResult(GeoPoint, List<GeoPoint>) Constructor
Initializes a new instance of the AzureRouteIsochroneResult class with specified settings.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.1.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| origin | GeoPoint | A geographical point that specifies isochrone calculation origin. |
| polygon | List<GeoPoint> | A list of geographical coordinates that define the calculated isochrone vertices. |
See Also