Skip to main content

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

NuGet Package: DevExpress.Wpf.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 value specifying the zoom level.

See Also