gmaps-api-net icon indicating copy to clipboard operation
gmaps-api-net copied to clipboard

C# google maps api interface for interacting with the backend web services for Google Maps

Results 48 gmaps-api-net issues
Sort by recently updated
recently updated
newest added

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 10.0.3 to 13.0.1. Release notes Sourced from Newtonsoft.Json's releases. 13.0.1 New feature - Add JsonSelectSettings with configuration for a regex timeout Change - Remove portable assemblies from...

dependencies

If the DepartureTime is set then Google can return congested travel times. This adds support for obtaining the new output, as well as an extra setting in the request to...

awaiting reply
out-of-scope

Hello, I have reason to believe that warming up a service instance through your adpater may incur Google charges. I've got a scenario in which I did not think I...

The "Fields"-array is merged with a "|", it should be a "," instead. "|" is causing an error.

In DirectionRoute need constain same properties, for example Bounds ![image](https://user-images.githubusercontent.com/63871299/79597242-4fd63e80-80b8-11ea-8658-ab8fed419f93.png)

The Label property on MapMarkers is currently a string, but the StaticMaps API only allows labels to be a single uppercase character or digit, per below. So it would prevent...

When setting the Color property on the a MapMarkers object, the resulting URL calculated does not include the necessary "color:" prefix, resulting in the URL being invalid. https://github.com/ericnewton76/gmaps-api-net/blob/c0f057592679591654580999554c0088b3c3efb7/src/Google.Maps/StaticMaps/StaticMapRequest.cs#L368

Per the following, the static maps API only accepts 10 different named colors. The MapColor.FromName() method allows you to enter _any_ color name string, and the parameter name (cssColor) is...

Hi this looks like a good replacement for[ another google Maps API ](https://github.com/jmelosegui/GooglemapMvc) with MVC, since thats no longer maintained, I was tying to port over to your Control. Can...