Back to Devexpress

OsmGeocodeDataProvider.RequestLocationInformation(GeoPoint, Double) Method

wpf-devexpress-dot-xpf-dot-map-dot-osmgeocodedataprovider-dot-requestlocationinformation-x28-devexpress-dot-xpf-dot-map-dot-geopoint-system-dot-double-x29.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void RequestLocationInformation(
    GeoPoint point,
    double zoomLevel
)
vb
Public Sub RequestLocationInformation(
    point As GeoPoint,
    zoomLevel As Double
)

Parameters

NameTypeDescription
pointGeoPoint

A GeoPoint object specifying the requested geographical point.

| | zoomLevel | Double |

A Double value specifying the zoom level.

|

See Also

OsmGeocodeDataProvider Class

OsmGeocodeDataProvider Members

DevExpress.Xpf.Map Namespace