-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I'm getting timeout error while connecting the Places API. A quick solution will be appreciated
ComponentsFilter c = new ComponentsFilter();
c.Add("country", "US");
Getting timeout error here***************
PlaceAutocompleteResponse AutocompleteResponse = Client.Places.AutoComplete("2233 Willowby",null,null,null,null,null,c);
List<DOTaxrollData> Response = new List<DOTaxrollData>();
Metadata
Metadata
Assignees
Labels
No labels