GoogleMapsAPI.NET
GoogleMapsAPI.NET copied to clipboard
GoogleMapsAPI.NET.API.Places
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>();