Issue with Mapquest API service response...
Hi, I am using mapquest api to get location information with the longitude and latitude Im sending them. I got my developer key and everything, Im getting a bad (but successful test) response from them:
renderReverse({
"results":[
{
"locations":[
Code: Select all
],
"providedLocation":{
}
}
],
"options":{
"ignoreLatLngInput":false,
"maxResults":-1,
"thumbMaps":true
},
"info":{
"copyright":{
"text":"© 2013 MapQuest, Inc.",
"imageUrl":"[url=http://api.mqcdn.com/res/mqlogo.gif]http://api.mqcdn.com/res/mqlogo.gif[/url]",
"imageAltText":"© 2013 MapQuest, Inc."
},
"statuscode":400,
"messages":[
"Illegal argument from request: Insufficient info for location."
]
} });