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

BingGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

Sends the request to obtain information about the specified geographical location.

Namespace: DevExpress.Xpf.Map

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

NuGet Package: DevExpress.Wpf.Map

Declaration

public void RequestLocationInformation(
    GeoPoint location
)

Parameters

Name Type Description
location GeoPoint

A GeoPoint object specifying the geographical point.

See Also