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