GoogleMapsAPI.NET icon indicating copy to clipboard operation
GoogleMapsAPI.NET copied to clipboard

GoogleMapsAPI.NET.API.Places

Open Arunthirumalai opened this issue 5 years ago • 0 comments

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>();

Arunthirumalai avatar Mar 20 '19 13:03 Arunthirumalai