initTextMixin method
Implementation
void initTextMixin(int strokeMinZoomLevel) {
this._strokeMinZoomLevel = strokeMinZoomLevel;
_textPaint = GraphicFactory().createTextPaint();
this._textPaint.setTextSize(10);
}
void initTextMixin(int strokeMinZoomLevel) {
this._strokeMinZoomLevel = strokeMinZoomLevel;
_textPaint = GraphicFactory().createTextPaint();
this._textPaint.setTextSize(10);
}