Thank You for quick answer, but unfortunately I have bad news:
yours:
1. http://code.google.com/apis/kml/documen ... html#style - styles have to be in <Document> tag
STYLES - adding <Document> for file with <MultiGeometry> do not change nothing. Do You have differ results than I have? If yes, could You send me a KML file to investigate? Despite of that <style id...> used for <Polygon> work perfectly without <Document>,
2. Multigeometry http://code.google.com/apis/kml/documen ... tigeometry - contains only geometry objects, no more name and description tags
NAME, DESC - probably in one <Placemark> could be only one <name> and one <description> (Locus take name and description from the last one used even if it is located in <Multigeometry> area).
mine:
1. igonoring data from PlaceMark - fixed!
I am not sure which data You have mention
Tehere is another one - when I use <Multigeometry> with <Point> and <Polygon>, Locus importing that give a name for POI (Point) and do not give a name for Track (Polygon). Track is shown as "/sdcard/Locus/tracks/"
I think that there is something wrong in the process of taking out <Polygon> for Track and <Point> for POI from <Multigeometry>. But that is only guess.