add_text_control {mapboxer} | R Documentation |
Add a text control to the map
Description
Add a text control to the map
Usage
add_text_control(map, text, pos = NULL, css_text = NULL)
Arguments
map |
A mapboxer object. |
text |
The text (HTML) that is displayed. |
pos |
The position of the control. One of |
css_text |
A |
[Package mapboxer version 0.4.0 Index]