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