50 likes | 177 Views
KML In Google Map. http://code.google.com/apis/kml/documentation/kmlreference.html. Display in map?. Intent mapIntent = new Intent( Intent.ACTION_VIEW ); Uri uri1 = Uri. parse("geo:0,0?q=http://perceval.gannon.edu/xu001/teaching/" +
E N D
http://code.google.com/apis/kml/documentation/kmlreference.htmlhttp://code.google.com/apis/kml/documentation/kmlreference.html
Display in map? Intent mapIntent = new Intent(Intent.ACTION_VIEW); Uri uri1 = Uri.parse("geo:0,0?q=http://perceval.gannon.edu/xu001/teaching/" + shared/mobileProgramming/PATrails/iExplorePAtrails_Bridges_wp.kmz");mapIntent.setData(uri1); startActivity(Intent.createChooser(mapIntent, "Sample"));
Java API for KML? • http://code.google.com/p/javaapiforkml/ • http://labs.micromata.de/display/jak/Home