CUTR-at-USF / OpenTripPlanner-for-Android

An Android app for multi-modal trip planning and navigation using any OpenTripPlanner server.
Other
130 stars 91 forks source link

MapQuest Nominatim geocoder currently doesn't work - now requires API key #479

Closed barbeau closed 8 years ago

barbeau commented 8 years ago

From https://github.com/CUTR-at-USF/OpenTripPlanner-for-Android/issues/396#issuecomment-169505686:

Mapquest has activated a developer key requirement for Nominatim,etc use during the 4th quarter of last year. But it's limited to 15,000 transactions per month. https://developer.mapquest.com/plan_purchase/steps/business_edition/business_edition_free

We need to grab an API key for OTP Android and add this to the request.

barbeau commented 8 years ago

API documentation - http://www.mapquestapi.com/geocoding/

Request format - http://www.mapquestapi.com/geocoding/v1/address?key=YOUR_KEY_HERE&location=Lancaster,PA&callback=renderGeocode