Skip to main content
All docs
V25.1
  • BingRouteIsochronePolygonResult.Coordinates Property

    Returns a list of geographical coordinates that define the calculated isochrone vertices.

    Namespace: DevExpress.XtraMap

    Assembly: DevExpress.XtraMap.v25.1.dll

    NuGet Package: DevExpress.Win.Map

    Declaration

    public List<GeoPoint> Coordinates { get; }

    Property Value

    Type Description
    List<GeoPoint>

    A list of geographical points that are the resulting isochrone vertices.

    See Also