OsmGeocodeDataProvider.RequestLocationInformation(GeoPoint, Double) Method
Sends a request to receive information about the specified location at the defined zoom level.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
point | GeoPoint | A GeoPoint object specifying the requested geographical point. |
zoomLevel | Double | A Double value specifying the zoom level. |
See Also