/* osgEarth
 * Copyright 2025 Pelican Mapping
 * MIT License
 */
#ifndef OSGEARTH_DRIVER_KML_KML_MULTIGEOMETRY
#define OSGEARTH_DRIVER_KML_KML_MULTIGEOMETRY 1

#include "KML_Geometry"

namespace osgEarth_kml
{
    using namespace osgEarth;

    struct KML_MultiGeometry : public KML_Geometry
    {
        virtual void parseCoords( xml_node<>* node, KMLContext& cx );
    };

} // namespace osgEarth_kml

#endif // OSGEARTH_DRIVER_KML_KML_MULTIGEOMETRY
