Back to Devexpress

AzureGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

wpf-devexpress-dot-xpf-dot-map-dot-azuregeocodedataprovider-dot-requestlocationinformation-x28-devexpress-dot-xpf-dot-map-dot-geopoint-x29.md

latest1.2 KB
Original Source

AzureGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

Sends a request to obtain information about the specified location.

Namespace : DevExpress.Xpf.Map

Assembly : DevExpress.Xpf.Map.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void RequestLocationInformation(
    GeoPoint location
)
vb
Public Sub RequestLocationInformation(
    location As GeoPoint
)

Parameters

NameTypeDescription
locationGeoPoint

A GeoPoint object that identifies the location.

|

See Also

AzureGeocodeDataProvider Class

AzureGeocodeDataProvider Members

DevExpress.Xpf.Map Namespace