A KML Polygon might be more approriate than a KML LineString when approximating a circle, as both a circle and a polygon are closed figures.

A Polygon is important when you need the circle to have holes (e.g., the "buffer zone" mentioned in another post on this thread). A hole is defined using the Polygon child element <innerBoundaryIs>. LineString does not have such a child element, of course.


.