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.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public void RequestPointElevation(
    GeoPoint point
)

Parameters

Name Type Description
point GeoPoint

A GeoPoint object specifying the required geo point.

See Also