public Task<LocatorProvider> AddLocatorAsync( string providerPath )
Public Function AddLocatorAsync( _ ByVal providerPath As String _ ) As Task(Of LocatorProvider)
Parameters
- providerPath
- provider path. Can be a local file (ending in .loc) or a online geocode service.
Return Value
Task of bool indicating success or failure.