Skip to main content
All docs
V25.1
  • AzureGeocodeDataProvider.RequestLocationInformation(GeoPoint) Method

    Sends a request to obtain information about the specified location.

    Namespace: DevExpress.Xpf.Map

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

    NuGet Package: DevExpress.Wpf.Map

    Declaration

    public void RequestLocationInformation(
        GeoPoint location
    )

    Parameters

    Name Type Description
    location GeoPoint

    A GeoPoint object that identifies the location.

    See Also