interactiveBalloonStyle: Interactively Create BalloonStyle

interactiveBalloonStyleR Documentation

Interactively Create BalloonStyle

Description

This function is usually automatically entered by calling yourkmlobj$styleBuilder(). However it can be called on it own, but you must supply an id.

Usage

interactiveBalloonStyle(id)

Arguments

id

Mandatory. Define the id for this style. This id can be the same as other non-balloon style ids previously created.

Note

id
Do not attempt to define more than one balloonstyle for the same id.

Author(s)

Brent Cameron
Department of Fisheries and Oceans Canada
Population Ecology Division

Examples


mykml = RKmlObject()

##ANSWER THE QUESTIONS. For this example the answers are supplied below. Typically the questions
##will be answered on the fly. 

## Not run: 
mykml$interactiveBalloonStyle(id = 'mystyle')
hello
black
red
Y

## End(Not run)

x = data.frame(cbind(c(45.9178, 46.807), c(-59.967, -60.321), c("Example1", "Example2"), c("Louisbourg", "Neil's Harbour" )))
names(x) = c("lat", "lon", "name", "description")
  
mykml$addPoint(x, styleUrl = "mystyle")
#mykml$preview()


brent0/kmlbuilder documentation built on Feb. 2, 2024, 2:05 a.m.