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

OsmGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

Sends a request to receive information about the specified location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

public void RequestLocationInformation(
    GeoPoint point
)

Parameters

Name Type Description
point GeoPoint

A GeoPoint object specifying the geographical point.

See Also