ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping.Geocoding Namespace / LocatorManager Class / GetLocatorInformationAsync Method

In This Topic
    GetLocatorInformationAsync Method
    In This Topic
    Gets a snapshot of the current locator provider information.
    Syntax
    Public Function GetLocatorInformationAsync() As Task(Of IList(Of LocatorProvider))
    public Task<IList<LocatorProvider>> GetLocatorInformationAsync()

    Return Value

    A Task of list of LocatorProvider objects.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also