kmlText: Display string via KML

Description Usage Arguments Value Author(s) References See Also

Description

This displays a collection of strings at the specified (longitude, latitude) locations via KML.

This does not support styles, colors, fonts, etc.

Usage

1
kmlText(long, lat, labels, ..., icon = system.file("Icons", "empty.png", package = "RKML"), parent = NULL)

Arguments

long,lat

vectors of latitude and longitudes at which the text is to be displayed.

labels

a character vector giving the string to be displayed at each of the (long, lat) coordiantes

...

additional parameters

icon

the icon used for the Placemark node

parent

the internal XML node that is to act as the parent node for the newly created Placemark nodes.

Value

A list of new Placemark nodes.

Author(s)

Duncan Temple Lang

References

http://code.google.com/apis/kml/documentation/kmlreference.html

See Also

kmlSegments kmlCircle


duncantl/RKML documentation built on May 15, 2019, 5:31 p.m.