maximn / google-maps

Google Maps Web Services API wrapper for .NET
BSD 2-Clause "Simplified" License
191 stars 143 forks source link

-1e-05 is rendered as "-1e-05" #160

Open rgavrilov opened 9 months ago

rgavrilov commented 9 months ago

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

maximn commented 1 month ago

Can you produce a test or a sample code to reproduce?