Add a text control to the map

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 top-left, top-right, bottom-right or bottom-left.

css_text

A cssText string that will modify the style of the control element.