Skip to main content

BingElevationDataProvider.RequestPointsElevations(List<GeoPoint>) Method

Requests elevations of the set of geographical points.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: 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