I'd like to add a line break, but the textstring is always taken literally. For example:
labels.addFeatureLayer(states, statesLabelRenderer, "Line 1 \r\n Line 2");
is displayed on the map as:
Line 1 \r\n Line 2
I also tried HTML break tag with no luck either.
أكثر...