Skip to main content
All docs
V23.2

BingRouteIsochroneResult.Origin Property

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.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