Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void RequestLocationInformation(
    GeoPoint point,
    double zoomLevel
)

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