Skip to content

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

Closed
robdob opened this issue Oct 19, 2015 · 2 comments · Fixed by #68
Closed

Doesn't seem to work with mapquest.. #45

robdob opened this issue Oct 19, 2015 · 2 comments · Fixed by #68

Comments

@robdob
Copy link

robdob commented Oct 19, 2015

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... :)

@robdob robdob changed the title Does seem to work with mapquest.. Doesn't seem to work with mapquest.. Oct 19, 2015
@FabioGuerreiro
Copy link

Same problem here... would love to have some feedback.

@chadly
Copy link
Owner

chadly commented Apr 1, 2016

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
Labels
None yet
Projects
None yet
3 participants