Hi,
I use KmLib to deserialized kml file, I use the C# version, but I met some problems.
I don't work to get values in some sections like :
<Placemark>
<MultiGeometry MultiGeometry="">
<Polygon>
<tessellate>0</tessellate>
<extrude>0</extrude>
<altitudeMode>clampedToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>...</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
<Polygon Polygon="">
...
</Polygon>
</MultiGeometry>
</Placemark>
Somebody could help me, to get this value in C# ??
Another developper would help me, but he use C++ version version, and it looks easier, he use the function get_geometry_array_size
I don't know this functions, my conclusion is, yhe C++ version of KmLib is more complete than C# version.
In attacment, I have put a file which are use.
Thanks
Sincerely,
Laurent BROUCK