Skip to main content
All docs
V24.2

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

public AzureRouteIsochroneResult(
    GeoPoint origin,
    List<GeoPoint> polygon
)

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