Skip to main content
All docs
V24.2

AzureRouteIsochroneCalculationResult.IsochroneResult Property

Gets isochrone calculation results as isochrone polygon points.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.2.dll

Declaration

public AzureRouteIsochroneResult IsochroneResult { get; }

Property Value

Type Description
AzureRouteIsochroneResult

An object that stores isochrone calculation results.

See Also