How to plot a pre-build map from google maps on a MapView
I'm trying to read a map from a link (http://maps.google.com/maps/ms?msid=216892338463540803496.000494dd57eb5ebce6db2&msa=0) and plot it on a MapView, is it possible? Waza_Be As you posted more information in my previous answer (" but I don't want to parse the KML and plot point by point. I was wondering if theres a way to plot all at once "), I can now redifine my answer. You should try these lines and adapt it to your needs: Intent mapIntent = new Intent(Intent.ACTION_VIEW); Uri uri1 = Uri.parse("geo:0,0?q=http://code.google.com/apis/kml/ documentation/KML_Samples.kml"); mapIntent.setData