Skip to content

setText function doesn't erase the previous text, just draw the new text above #78

@ivanmatiaspascual

Description

@ivanmatiaspascual

There is a workaround just setText with null as text.

polyline.setText(null, textOptions); // erase the previous text
polyline.setText(newText, textOptions); // draw the new one

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions