google-maps icon indicating copy to clipboard operation
google-maps copied to clipboard

Google Maps Web Services API wrapper for .NET

Results 9 google-maps issues
Sort by recently updated
recently updated
newest added

please add [DataMember(Name = "next_page_token")] public string NextPage { get; set; } to GoogleMapsApi.Entities.PlacesText.Response.PlacesTextResponse class. Also pls add public string PageToken { get; set; } to PlacesTextRequest and add required...

How do i get the street address, state, and postal code from the place results?

I want to add the result of Google Styling Wizard (json) to a StaticMapRequest. ` StaticMapRequest request = new StaticMapRequest(Markers, new ImageSize((int)ps.GetWidth(), (int)ps.GetHeight())) { MapType = MapType.Hybrid, ApiKey = "xxx",...

there isn't `resolution` field in google-maps/GoogleMapsApi/Entities/Elevation/Response/Result.cs

The MapsApiGenericEngine creates a new HttpClient for every request it makes. As a result, under load, this library would burn up all of the available sockets on a machine because...

1. Modify sample codes in readme.md (`Query` => `QueryAsync` ...) 2. Modify `StaticMapsEngine.GenerateStaticMapURL` method, accept `encode path`

Update Entities.PlacesDetails.Response with latest properties and docstrings from official google documentation: https://developers.google.com/maps/documentation/places/web-service/details Add supporting types for update Partially resolve Issue #157

Several properties are missing from multiple entities based on the official google places documentation https://developers.google.com/maps/documentation/places/web-service/details

GoogleMapsAPI.NET.Utils.Converter.Location renders small numbers like `-1e-05` as `"-1e-05"` which the server chokes on.