Use these in Shiny apps to display a Street View widget.
Usage
streetviewOutput(outputId, width = "100%", height = "400px")
renderStreetview(expr, env = parent.frame(), quoted = FALSE)Arguments
- outputId
Output variable name.
- width, height
Element dimensions.
- expr
An expression that generates a
streetview()widget.- env
The environment in which to evaluate
expr.- quoted
Is
expra quoted expression?