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

BingElevationDataProvider.RequestPointElevation(GeoPoint) Method

Requests the elevation of the specified geo point.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v21.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void RequestPointElevation(
    GeoPoint point
)

Parameters

Name Type Description
point GeoPoint

A GeoPoint object specifying the required geo point.

See Also