setText abstract method

void setText(
  1. String text
)

Sets the text for the placemark, current text style is used

text is a string in UTF-8 encoding

Implementation

void setText(core.String text);