supportLabels method
Returns whether this renderer supports separate label rendering.
Indicates if the renderer can extract labels separately from the base map rendering, which is required for rotation support.
Returns true if separate label rendering is supported
Implementation
@override
bool supportLabels() {
return false;
}