MapQuest Route Api is not working

158 views
Skip to first unread message

sunil prajapati

unread,
Jun 4, 2013, 8:21:50 AM6/4/13
to iphonesdkd...@googlegroups.com
Hi Guys,

I am using MapQuest iOS SDK to show the map in my application and I am using free account not paid to access map data . When I implemented map using MapQuest iOS SDK framework that time route api was working fine but now since few days its not working.

Its giving error

2013-06-04 01:00:30.837 test_route[531:c07] MapQuest SDK build = 1.1

2013-06-04 01:00:31.845 test_route[531:3903] Error Domain=com.google.GDataXML Code=-1 "The operation couldn’t be completed. (com.google.GDataXML error -1.)"


When I checked the route web service api of MapQuest that is working, it looks like only issue with MapQuest iOS SDK.


Anyone is using MapQuest iOS SDK framework ?


Is it working for you guys?



--
Thanks & Regards,

Sunil Prajapati
Software Developer in Macintosh/iPhone

audiol...@gmail.com

unread,
Jun 25, 2013, 4:01:24 AM6/25/13
to iphonesdkd...@googlegroups.com
Unfortunatelly I'm facing the same issue you wrote since the end of May.
Perhaps the XML schema of the response is changed for some reasons and now the built in parser of the MapQuest iOS SDK isn't able to parse the response and give that error.
By now nothing happened, I still can't find a solution to this issue.
Did you find one?? Do you know if some MapQuest iOS SDK update is coming?
Thanks & Regards. 

sunil prajapati

unread,
Jun 25, 2013, 7:32:39 AM6/25/13
to iphonesdkd...@googlegroups.com
If you see the MapQuest sample source code test_route, in info.plist there is one key "MapQuest.Map.Key" , earlier even though if you don't provide value for it then also it was working but now you have to  provide the value. For me now its working.

Good Luck.


--
You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iphonesdkdevelop...@googlegroups.com.
To post to this group, send email to iphonesdkd...@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonesdkdevelopment.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

audiol...@gmail.com

unread,
Jul 10, 2013, 3:53:45 AM7/10/13
to iphonesdkd...@googlegroups.com
Yes, you are right, the problem was exactly this one. Everything is working now.
Thank you very much!!!


Il giorno martedì 25 giugno 2013 13:32:39 UTC+2, sunil ha scritto:
If you see the MapQuest sample source code test_route, in info.plist there is one key "MapQuest.Map.Key" , earlier even though if you don't provide value for it then also it was working but now you have to  provide the value. For me now its working.

Good Luck.
On Tue, Jun 25, 2013 at 1:31 PM, <audiol...@gmail.com> wrote:
Unfortunatelly I'm facing the same issue you wrote since the end of May.
Perhaps the XML schema of the response is changed for some reasons and now the built in parser of the MapQuest iOS SDK isn't able to parse the response and give that error.
By now nothing happened, I still can't find a solution to this issue.
Did you find one?? Do you know if some MapQuest iOS SDK update is coming?
Thanks & Regards. 

Il giorno martedì 4 giugno 2013 14:21:50 UTC+2, sunil ha scritto:
Hi Guys,

I am using MapQuest iOS SDK to show the map in my application and I am using free account not paid to access map data . When I implemented map using MapQuest iOS SDK framework that time route api was working fine but now since few days its not working.

Its giving error

2013-06-04 01:00:30.837 test_route[531:c07] MapQuest SDK build = 1.1

2013-06-04 01:00:31.845 test_route[531:3903] Error Domain=com.google.GDataXML Code=-1 "The operation couldn’t be completed. (com.google.GDataXML error -1.)"


When I checked the route web service api of MapQuest that is working, it looks like only issue with MapQuest iOS SDK.


Anyone is using MapQuest iOS SDK framework ?


Is it working for you guys?



--
Thanks & Regards,

Sunil Prajapati
Software Developer in Macintosh/iPhone

--
You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iphonesdkdevelopment+unsub...@googlegroups.com.

To post to this group, send email to iphonesdkd...@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonesdkdevelopment.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

sunil prajapati

unread,
Jul 10, 2013, 5:05:38 AM7/10/13
to iphonesdkd...@googlegroups.com
Nice to hear, now its working for your also.


To unsubscribe from this group and stop receiving emails from it, send an email to iphonesdkdevelop...@googlegroups.com.

To post to this group, send email to iphonesdkd...@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonesdkdevelopment.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Sean W. Mahan

unread,
Jul 11, 2013, 10:31:28 AM7/11/13
to iphonesdkd...@googlegroups.com
Mind if I ask why you two decided to use MapQuest's sdk instead of MapKit?  I didn't know it existed until this thread, so just wondering!

- Sean

sunil prajapati

unread,
Jul 11, 2013, 10:44:21 AM7/11/13
to iphonesdkd...@googlegroups.com
MapQuest is wrapper of MapKit, only difference is it uses google map instead of Apple map.

It also provides routing features where as MapKit does not provide, I think now in iOS 7 SDK Apple has given the API to show the route between two locations.

Also some of the countries Apple map does not provide appropriate map data but google map does.

Sean W. Mahan

unread,
Jul 11, 2013, 11:39:00 AM7/11/13
to iphonesdkd...@googlegroups.com, iphonesdkd...@googlegroups.com
Ah, that makes sense, thanks!

- Sean

David Gish

unread,
Jul 21, 2013, 11:16:17 PM7/21/13
to iphonesdkd...@googlegroups.com
To clarify, the MapQuest SDK does not wrap MKMapKit. It is a replacement for MKMapKit.

David Gish
Senior Software Engineer
MapQuest 

sunil prajapati

unread,
Jul 22, 2013, 12:47:12 AM7/22/13
to iphonesdkd...@googlegroups.com
Please follow below link.
 
 


 

--
You received this message because you are subscribed to the Google Groups "iPhone SDK Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email to iphonesdkdevelop...@googlegroups.com.
To post to this group, send email to iphonesdkd...@googlegroups.com.
Visit this group at http://groups.google.com/group/iphonesdkdevelopment.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

David Gish

unread,
Jul 22, 2013, 3:45:30 PM7/22/13
to iphonesdkd...@googlegroups.com
Yes, and there we correctly state that MQMapKit is a superset (not a wrapper) of MKMapKit. That means our SDK implements all of the MKMapKit functionality plus some of our own.
Reply all
Reply to author
Forward
0 new messages