Skip to main content
All docs
V24.1

BingRouteIsochroneResult.Origin Property

Returns the coordinates of the geographical point around which the BingRouteIsochroneDataProvider calculates an isochrone.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v24.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public GeoPoint Origin { get; }

Property Value

Type Description
GeoPoint

A geographical point around which an isochrone is calculated.

See Also