views:

624

answers:

2

Is there a way in Android to load KML files from Google Earth into a map widget?

Specifically I am looking to load saved shapes created in Google Earth overtop a map widget as easily as possible. Has anybody ever tried this before?

A: 

It looks like you can load KML files on a map but there is no programmatic access like you would get from libkml.

Benju
A: 

Did you figure out how this is done? I just need to load a KML as a polyline on my map...only thing I would need to control is color/size.

Herm
We ended up sending our map objects from the server and using our own custom code for painting the map to the screen.
Benju