-
Notifications
You must be signed in to change notification settings - Fork 522
Support for MapQuest's Licensed Data APIs #318
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
If both are the same, then we could introduce a new optional parameter to support What does the licensed API imply? Paying a license? What is the gain? |
The open data is sourced from OSM. The licensed data is MapQuest's proprietary data. And yes there is a payment involved with the licensed data. See http://developer.mapquest.com/web/tools/getting-started/platform/licensed-vs-open for more information. |
alright. So I'd go for an optional parameter. |
Added support in MapQuestProvider for licensed endpoints #318
The MapQuest provider only provides access to the the Open Data APIs via the class constants. I suggest we update the MapQuest provider with a Open/Licensed switch in the constructor. The only difference would be the ENDPOINT_URL constants used to execute the queries. One provider could support both Open and Licensed APIs. The other option would be to create a new MapQuestLicensed provider in order to differentiate.
http://developer.mapquest.com/web/products/open
http://developer.mapquest.com/web/products
http://developer.mapquest.com/web/tools/getting-started/platform/licensed-vs-open
The text was updated successfully, but these errors were encountered: