would someone could help me ?
i tried the code :
http://groups.google.com/group/android-developers/browse_thread/thread/45f8d9b6e24f60f0
Intent mapIntent = new Intent(Intent.ACTION_VIEW, uri);
Uri uri1 = Uri.parse("geo:0,0?q=http://code.google.com/apis/kml/
documentation/KML_Samples.kml");
mapIntent.setData(uri1);
startActivity(Intent.createChooser(mapIntent, "Sample Map "));
without succes ...
overlays in kml are not loaded ...
De : [email protected]
[mailto:[email protected]] De la part de LEMESLE Philippe
Envoyé : mardi 5 mai 2009 12:02
À : '[email protected]'
Objet : [android-developers] How could i load kml files with gmaps api ?
Hi,
i tried to find how i could load kml file but without success ...
could someone help me ?
thanks,
--------------------
philippe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---