6 #ifndef SWIFT_MISC_GEO_KMLUTILS_H
7 #define SWIFT_MISC_GEO_KMLUTILS_H
13 namespace swift::misc::geo
28 KMLSettings(
bool withAltitude,
bool extrude) : withAltitude(withAltitude), extrude(extrude) {}
32 bool withAltitude =
true;
34 bool tessellate =
true;
Geodetic coordinate, a position in 3D space relative to the reference geoid.
KMLSettings(bool withAltitude, bool extrude)
Ctor.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.