supportLabels method

  1. @override
bool supportLabels()
override

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;
}