Open GoogleCodeExporter opened 9 years ago
i have the same problem as you ... try to use googleAPI 2.2 and let me know
what you get
Original comment by berrich....@gmail.com
on 31 Jul 2012 at 4:37
Hello
I hae tried with API level 2.2 still the app crashes , do I need to encode
the UTF-8 as i was search in net i found many suggestion
I am stuck here as my application is fully relies on MAP route based , if
any other secondary suggestion I will be highly obliged to you
Original comment by vive18.v...@gmail.com
on 1 Aug 2012 at 8:03
For me i didn't find any help in the net.. Anyway, the main probleme is from
URL i think..! try to do this and tell me what you get :
go to the RouteMapAcitivity (in the thread)and replace this
/****************/
String url = RoadProvider.getUrl(fromLat, fromLon,toLat ,toLon);
by this :
/***************/
String url
="http://maps.google.com/maps/ms?msid=214713521154000893930.0004af41fe6326eae586
1&msa=0&ll=37.693329,-121.844387&spn=0.104593,0.20359&output=kml ";
Original comment by berrich....@gmail.com
on 1 Aug 2012 at 9:03
For the api level you must choose GoogleApi 2.2 and not simply android2.2
Original comment by berrich....@gmail.com
on 1 Aug 2012 at 9:08
Original issue reported on code.google.com by
vive18.v...@gmail.com
on 31 Jul 2012 at 6:00