hasLabels property

bool hasLabels

True if the sublayer has labels defined on it.

False if an error occurs.

Implementation

bool get hasLabels {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ArcGISMapServiceSublayerInfo_getHasLabels(
      _handle,
      errorHandler,
    );
  });
}