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

BingGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

Sends a request to obtain information about the specified location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

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