Usage
kml_layer.SpatialPolygons(obj, subfolder.name = paste(class(obj)),
extrude = TRUE, tessellate = FALSE,
outline = TRUE, plot.labpt = FALSE, z.scale = 1,
LabelScale = get("LabelScale", envir = plotKML.opts),
metadata = NULL, html.table = NULL, TimeSpan.begin = "",
TimeSpan.end = "", colorMode = "normal", ...)
Arguments
obj
object of class "SpatialPolygons*"
subfolder.name
character; optional subfolder name
extrude
logical; specifies whether to connect the point to the ground with a line
tessellate
logical; specifies whether to connect the LinearRing to the ground
outline
logical; specifies whether to outline the polygon
plot.labpt
logical; specifies whether to add the label point (polygon centre)
z.scale
numeric; exaggeration in vertical dimension
LabelScale
numeric; scale factor for size of labels
metadata
(optional) specify the metadata object
html.table
optional description block (html) for each GPS point (vertices)
TimeSpan.begin
(optional) beginning of the referent time period
TimeSpan.end
(optional) end of the referent time period
colorMode
(optional) KML color mode (normal or random)
...
additional style arguments (see aesthetics
)