The text of the polytext. Simple.
The color of the polytext. Straightforward.
Whether or not the polytext will be outlined with black edges.
String
;
feature.get('text')
// returns: "My new text"
feature.set({'text':"My new text"})
""
Boolean
feature.get('edges')
// returns: false
feature.set({'edges': true})
false
String
;
feature.get('type')
/* or */
feature.type
// returns: "polytext"