ArcGIS Pro 3.2 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 Task<IList<LocatorProvider>> GetLocatorInformationAsync()
    Public Function GetLocatorInformationAsync() As Task(Of IList(Of LocatorProvider))

    Return Value

    A Task of list of LocatorProvider objects.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also