Skip to main content

BingGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

Sends a request to obtain information about the specified location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void RequestLocationInformation(
    GeoPoint location
)

Parameters

Name Type Description
location GeoPoint

A GeoPoint object specifying the location about which information is requested.

See Also