Description Usage Arguments Author(s) References See Also
These functions allow us to create display elements in KML for showing circles or collections of lines.
These are works in progress and the details (e.g. styles and colors) will be filled in as we find time.
1 2 3 4 |
x,y,x0,y0,x1,y1 |
vectors of the coordinates for the end points of the line segments |
r |
the radius of the circle |
col |
currently ignored |
lty |
currently ignored |
lwd |
currently ignored |
... |
additional arguments that are currently ignored. |
doc |
currently ignored |
parent |
either |
numLines |
an integer controlling how well the circle is rendered. Circles are drawn in KML as a sequence of connected line segments that appear as a circle. The number of lines controls the resolution of the circle's approximation with a large number of lines improving the approximation and smoothness. |
scale |
the scale for the lines being used to render the circle, used as an attribute of the KML style. |
color |
a color specified as a KML string for the KML style |
styleId |
a string giving the name of the style to se for the circle. |
Duncan Temple Lang
KML Reference Manual http://code.google.com/apis/kml/documentation/kmlreference.html
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.