aboutsummaryrefslogtreecommitdiffstats
path: root/main/src/cgeo/geocaching/location/MapQuestGeocoder.java
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/cgeo/geocaching/location/MapQuestGeocoder.java')
-rw-r--r--main/src/cgeo/geocaching/location/MapQuestGeocoder.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/cgeo/geocaching/location/MapQuestGeocoder.java b/main/src/cgeo/geocaching/location/MapQuestGeocoder.java
index cc4a6b5..ae82546 100644
--- a/main/src/cgeo/geocaching/location/MapQuestGeocoder.java
+++ b/main/src/cgeo/geocaching/location/MapQuestGeocoder.java
@@ -56,7 +56,7 @@ public class MapQuestGeocoder {
return Observable.defer(new Func0<Observable<Address>>() {
@Override
public Observable<Address> call() {
- final ObjectNode response = Network.requestJSON("https://www.mapquestapi.com/geocoding/v1/" + method,
+ final ObjectNode response = Network.requestJSON("https://open.mapquestapi.com/geocoding/v1/" + method,
parameters.put("key", MAPQUEST_KEY));
if (response == null) {
Log.w("MapQuest decoder error: no response");