I'm trying to draw a route on a MQMapView. I got the following response on the routeLoadFinished()
call back in simulator,
<?xml version="1.0" encoding="UTF-8"?><response>
<info><statusCode>400</statusCode>
<messages><message>No sessionId found in request. You must provide a sessionId when requesting a Route Shape.</message></messages><copyright> <imageUrl>http://api.mqcdn.com/res/mqlogo.gif</imageUrl><imageAltText>© 2012 MapQuest, Inc.</imageAltText><text>© 2012 MapQuest, Inc.</text></copyright></info><route/></response>
I don't know why it says I was requesting a route shape where I'm just trying to get the route drawn via [self.route getRouteWithStartCoordinate:start endCoordinate:end];
I'm using licensed data.