Description Usage Arguments Value Author(s) References See Also
This displays a collection of strings at the specified (longitude, latitude) locations via KML.
This does not support styles, colors, fonts, etc.
1 | kmlText(long, lat, labels, ..., icon = system.file("Icons", "empty.png", package = "RKML"), parent = NULL)
|
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. |
A list of new Placemark
nodes.
Duncan Temple Lang
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.