Skip to main content
A newer version of this page is available. .
All docs
V21.1

BingRouteIsochroneResult.Origin Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public GeoPoint Origin { get; }

Property Value

Type Description
GeoPoint

A geographical point around which an isochrone is calculated.

See Also