Back to Devexpress

BingElevationDataProvider.RequestPointsElevations(List<GeoPoint>, Object) Method

wpf-devexpress-dot-xpf-dot-map-dot-bingelevationdataprovider-dot-requestpointselevations-x28-system-dot-collections-dot-generic-dot-list-devexpress-dot-xpf-dot-map-dot-geopoint-system-dot-object-x29.md

latest1.7 KB
Original Source

BingElevationDataProvider.RequestPointsElevations(List<GeoPoint>, Object) Method

Requests elevations of the set of geographical points for specified user state.

Namespace : DevExpress.Xpf.Map

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void RequestPointsElevations(
    List<GeoPoint> points,
    object userState
)
vb
Public Sub RequestPointsElevations(
    points As List(Of GeoPoint),
    userState As Object
)

Parameters

NameTypeDescription
pointsList<GeoPoint>

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

| | userState | Object |

A Object specifying the user state.

|

See Also

BingElevationDataProvider Class

BingElevationDataProvider Members

DevExpress.Xpf.Map Namespace