-
Notifications
You must be signed in to change notification settings - Fork 156
Doesn't seem to work with mapquest.. #45
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
Comments
Same problem here... would love to have some feedback. |
See #48 |
AdalyatNazirov
added a commit
to AdalyatNazirov/Geocoding.net
that referenced
this issue
Oct 17, 2016
adamhathcock
added a commit
to adamhathcock/Geocoding.net
that referenced
this issue
Dec 13, 2016
* 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm doing the following...
geocoder = new Geocoding.MapQuest.MapQuestGeocoder("Foy.......") { UseOSM = true };
IEnumerable<Geocoding.Address> addresses = geocoder.Geocode(sAddressLine );
this works with both google and bing, but throws an exception when using MapQuest
oException = {"[POST] http://open.mapquestapi.com/geocoding/v1/address?key=Foy............EXPECTATION_FAILED | "}
do you have any suggestions,? thank you and great api... :)
The text was updated successfully, but these errors were encountered: