-
Notifications
You must be signed in to change notification settings - Fork 156
Add Google component filters for administrative areas, postal codes and countries #60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Ah - I am using a C# 6 feature, string interpolation. Let me fix. |
Thanks for this! I just updated the build server by the way to not freak out on C# 6 features. Before I merge, can you fix the formatting of the files? It is hard to read the diff since it looks like all the tabs have been converted to spaces. |
Weird, I hadn't altered the formatting at all... My copy of VS must be doing something funky. I actually had to grab your raw files from source, open them in np++ and paste in my changes to fix the formatting. Hopefully all looks good now. |
Convert formatting to tabs instead of spaces
Awesome! Thanks again! |
* master: Don't include test project in ilmerged output Register google as default geocoder for example app Update .gitignore for VS 2015 Updating readme mapquest issues Upgrade Geocoding.Net in Example.sln. Can't reproduce chadly#45 and chadly#48. They are already fixed by commit ecc8cf6 Split tests for special characters and Street intersections (by ampersand) Test MapQuest Commercial API Implemented Google Geocoding channel feature (chadly#63) Bump version Add Google component filters for administrative areas, postal codes and countries (chadly#60) Adding Mixed SideOfStreet to MapQuest Bump minor version ahead of release Fixing space formatting Minor change Added place_id to GoogleAddress (chadly#52) update example output to match current return (chadly#54) # Conflicts: # Google/Google.csproj # Tests/MapQuestBatchGeocoderTest.cs # geocoding.nuspec # src/Geocoding.Google/GoogleGeocoder.cs # teamcity.targets # test/Geocoding.Tests/GoogleGeocoderTest.cs # test/Geocoding.Tests/MapQuestGeocoderTest.cs
Added some functionality and tests for Google Component Filters.
I've added this because we have a scenario here where we only want to geocode within the UK.
I didn't bother with Route, given that this allows you to geocode without an address, which is required in this implementation.
I also haven't implemented Locality, as I couldn't find a use-case and didn't want to commit untested code.