isIdentifyEnabled property

bool isIdentifyEnabled

True if the layer supports identify, false otherwise.

The value of this property may not be correct until the layer is in a fully loaded state.

Implementation

bool get isIdentifyEnabled {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_Layer_getIsIdentifyEnabled(_handle, errorHandler);
  });
}