Usage
kml_layer.STTDF(obj, id.name = names(obj@data)[which(names(obj@data)== "burst")],
dtime, extrude = FALSE,
start.icon = paste(get("home_url", envir = plotKML.opts),
"3Dballyellow.png", sep = ""),
end.icon = paste(get("home_url", envir = plotKML.opts),
"golfhole.png", sep = ""),
LabelScale = 0.8 * get("LabelScale", envir = plotKML.opts), z.scale = 1,
metadata = NULL, html.table = NULL, ...)Arguments
obj
space-time object of class "STTDF" (spatio-temporal irregular data.frames trajectory)
id.name
trajectory ID column name
dtime
temporal support size (in seconds)
extrude
logical; extrude GPS vertices?
start.icon
start icon name (3Dballyellow.png)
end.icon
destination icon name (golfhole.png)
LabelScale
the default size of icons
z.scale
vertical exaggeration
metadata
(optional) specify the metadata object
html.table
optional description block (html) for each GPS point (vertices)
...
other optional arguments