Skip to main content
A newer version of this page is available. .

BingElevationDataProvider.RequestPointsElevations(List<GeoPoint>) Method

Requests elevations of the set of geographical points.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.2.dll

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

Declaration

public void RequestPointsElevations(
    List<GeoPoint> points
)

Parameters

Name Type Description
points List<GeoPoint>

A list of the GeoPoint objects specifying the set of geographical points.

See Also