I was wondering how to load an already created kml file into the mapview programatically? The kml file is stored in the SDcard. I have a mapActivity already set up. Do I j
You could parse the KML file using something like a SAXParser and get the coordinates for your way-points.
Then, you could draw them on the MapActivity: Link