Usage
kml_open(file.name, folder.name = file.name, kml_open = TRUE,
kml_visibility = TRUE, overwrite = TRUE, use.Google_gx = FALSE,
kml_xsd = get("kml_xsd", envir = plotKML.opts),
xmlns = get("kml_url", envir = plotKML.opts),
xmlns_gx = get("kml_gx", envir = plotKML.opts))
Arguments
folder.name
character string; KML folder name
kml_open
logical; specify whether to open the folder by default
kml_visibility
logical; specify whether to make the whole folder visible
overwrite
logical; if TRUE, "name" will be overwritten if it exists
use.Google_gx
logical; specify whether to use the Google's extended schema
kml_xsd
URL of the KML scheme to be used
xmlns
URL of the OGC KML standard
xmlns_gx
URL of the extended standard