OsmGeocodeDataProvider.RequestLocationInformation(GeoPoint, Double, String, Object) Method
In This Article
Sends a request to receive information about the specified location in the accordance with local culture.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.2.dll
NuGet Package: DevExpress.Wpf.Map
#Declaration
public void RequestLocationInformation(
GeoPoint point,
double zoomLevel,
string culture,
object userState
)
#Parameters
Name | Type | Description |
---|---|---|
point | Geo |
A Geo |
zoom |
Double | A Double value specifying the zoom level. |
culture | String | A String value specifying the local culture. |
user |
Object | A Object value specifying the user state. |
See Also