JustinCanton / Geo.NET

A lightweight method for communicating with the multiple online geocoding APIs.
MIT License
13 stars 8 forks source link

Missing parameters in Bing Maps #82

Closed ollie10 closed 10 months ago

ollie10 commented 1 year ago

Hi @JustinCanton

As told before I will report you missing parameters, in the case of Bing Maps REST Service.

I saw that the most important is the culture which is missing, but if you want a view of what's missing i think here you have the list

Many thanks

JustinCanton commented 10 months ago

@ollie10 , checking the list, the only real parameter missing is the culture. The output parameters here are internal concerns for the nuget, so I don't really need to worry about those. I am updating the code now.