GoogleMapsAPI.NET
GoogleMapsAPI.NET copied to clipboard
.NET client library for Google Maps API Web Services
in PlacesResultTypeEnum.cs, need to add [EnumMember(Value = "light_rail_station")] LightRailStation
In the Swedish locale, floating point numbers use ',' rather than '.' That means that in the following code from Converter.cs, dots will be replaced by commas, which messes up...
Hi, I started using your API in Xamarin Forms environment and it doesn't compile. It throws this error message: Failed to resolve assembly: 'GoogleMapsAPI.NET, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' (MT2002) (TenantVoice.iOS) Could...
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...
This is the error message I get: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[GoogleMapsAPI.NET.API.Places.Components.PlaceOpeningPeriodDayTime]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly....
Sorry, beginner here. I downloaded the solution. I am unable to run within Visual Studio as I get the following error: "Program does not contain a static 'Main' method suitable...
Good afternoon, make a small change to your library because it was throwing me an error when deserializar the answer obtained by the method PlaceDetail, because I was waiting for...